Home
last modified time | relevance | path

Searched refs:bCreate (Results 1 – 16 of 16) sorted by relevance

/reactos/base/shell/cmd/
H A Dstart.c47 BOOL bCreate = FALSE; in cmd_start() local
268 bCreate = CreateProcess(bBat ? comspec : szFullName, in cmd_start()
271 if (bCreate) in cmd_start()
288 if (!bCreate) in cmd_start()
/reactos/drivers/bluetooth/fbtusb/include/
H A Dfbtreg.h8 …CSTR lpszSubKey, HKEY hRootKey=HKEY_CURRENT_USER, REGSAM regSam=KEY_ALL_ACCESS, BOOL bCreate=TRUE);
47 …LONG Open(LPCSTR lpszSubKey, HKEY hRootKey, HKEY *hKey=NULL, REGSAM regSam=NULL, BOOL bCreate=TRUE…
/reactos/dll/win32/shlwapi/
H A Distream.c402 DWORD dwAttributes, BOOL bCreate, in SHCreateStreamOnFileEx() argument
409 dwAttributes, bCreate, lpTemplate, lppStream); in SHCreateStreamOnFileEx()
453 dwCreate = bCreate ? CREATE_NEW : OPEN_EXISTING; in SHCreateStreamOnFileEx()
H A Dreg.c2407 HRESULT WINAPI SHRegGetCLSIDKeyA(REFGUID guid, LPCSTR lpszValue, BOOL bUseHKCU, BOOL bCreate, PHKEY… in SHRegGetCLSIDKeyA() argument
2414 return SHRegGetCLSIDKeyW(guid, lpszValue ? szValue : NULL, bUseHKCU, bCreate, phKey); in SHRegGetCLSIDKeyA()
2423 BOOL bCreate, PHKEY phKey) in SHRegGetCLSIDKeyW() argument
2463 if(bCreate) in SHRegGetCLSIDKeyW()
/reactos/dll/win32/imm32/
H A Dctf.c896 _In_ BOOL bCreate) in Imm32ActivateOrDeactivateTIM() argument
906 if (bCreate) in Imm32ActivateOrDeactivateTIM()
997 _In_ BOOL bCreate) in CtfImmLastEnabledWndDestroy() argument
999 TRACE("(%d)\n", bCreate); in CtfImmLastEnabledWndDestroy()
1000 return Imm32ActivateOrDeactivateTIM(bCreate); in CtfImmLastEnabledWndDestroy()
H A Dprecomp.h202 HRESULT Imm32ActivateOrDeactivateTIM(_In_ BOOL bCreate);
/reactos/dll/win32/shell32/folders/
H A DCDesktopFolder.cpp479 BOOL bCreate = FALSE; in ParseDisplayName() local
483 bCreate = TRUE; in ParseDisplayName()
507 if (FAILED(hr) && bCreate && m_DesktopFSFolder) in ParseDisplayName()
/reactos/dll/win32/shell32/shelldesktop/
H A DCDesktopBrowser.cpp473 BOOL bCreate = (BOOL)wParam; in OnGetChangeNotifyServer() local
474 if (bCreate && !::IsWindow(m_hwndChangeNotifyServer)) in OnGetChangeNotifyServer()
/reactos/dll/win32/shell32/
H A Dchangenotify.cpp16 GetNotificationServer(BOOL bCreate) in GetNotificationServer() argument
33 HWND hwndServer = (HWND)SendMessageW(hwndShell, WM_DESKTOP_GET_CNOTIFY_SERVER, bCreate, 0); in GetNotificationServer()
H A Dutils.cpp1197 _In_ BOOL bCreate) in DynamicSHGetSpecialFolderPathW() argument
1209 else if (bCreate) in DynamicSHGetSpecialFolderPathW()
/reactos/sdk/include/reactos/
H A Dimm32_undoc.h244 HRESULT WINAPI CtfImmLastEnabledWndDestroy(_In_ BOOL bCreate);
H A Dshlwapi_undoc.h110 HRESULT WINAPI SHRegGetCLSIDKeyW(REFGUID guid, LPCWSTR lpszValue, BOOL bUseHKCU, BOOL bCreate, PHKE…
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c3083 BOOL bCreate) in SHGetSpecialFolderPathA() argument
3085 return SHGetFolderPathA(hwndOwner, nFolder + (bCreate ? CSIDL_FLAG_CREATE : 0), NULL, 0, in SHGetSpecialFolderPathA()
3096 BOOL bCreate) in SHGetSpecialFolderPathW() argument
3098 return SHGetFolderPathW(hwndOwner, nFolder + (bCreate ? CSIDL_FLAG_CREATE : 0), NULL, 0, in SHGetSpecialFolderPathW()
/reactos/sdk/include/reactos/wine/
H A Ddplaysp.h191 BOOL bCreate; member
/reactos/sdk/include/psdk/
H A Dshlobj.h1520 _In_ BOOL bCreate);
1529 _In_ BOOL bCreate);
/reactos/dll/directx/wine/dplayx/
H A Ddplay.c3257 data.bCreate = (dwFlags & DPOPEN_CREATE ) != 0; in DP_SecureOpen()