Home
last modified time | relevance | path

Searched refs:DoOpen (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dmain.c240 if (DoOpen() >= 0) { in OpenURL()
256 (void) DoOpen(); in OpenURL()
H A Dcmds.h44 int DoOpen(void);
H A Dcmds.c2168 DoOpen(void) in DoOpen() function
2472 rc = DoOpen(); in OpenCmd()
/reactos/dll/win32/shell32/
H A DCShellLink.h109 HRESULT DoOpen(LPCMINVOKECOMMANDINFO lpici);
H A DCShellLink.cpp2616 return DoOpen(lpici); in InvokeCommand()
2624 HRESULT CShellLink::DoOpen(LPCMINVOKECOMMANDINFO lpici) in DoOpen() function in CShellLink
/reactos/dll/win32/advapi32/reg/
H A Dreg.c158 BOOLEAN DoOpen, DefDisabled; in MapDefaultKey() local
186 DoOpen = (*Handle == NULL); in MapDefaultKey()
191 DoOpen = TRUE; in MapDefaultKey()
194 if (DoOpen) in MapDefaultKey()