/reactos/base/shell/cmd/ |
H A D | start.c | 47 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 D | fbtreg.h | 8 …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 D | istream.c | 402 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 D | reg.c | 2407 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 D | ctf.c | 896 _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 D | precomp.h | 202 HRESULT Imm32ActivateOrDeactivateTIM(_In_ BOOL bCreate);
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDesktopFolder.cpp | 479 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 D | CDesktopBrowser.cpp | 473 BOOL bCreate = (BOOL)wParam; in OnGetChangeNotifyServer() local 474 if (bCreate && !::IsWindow(m_hwndChangeNotifyServer)) in OnGetChangeNotifyServer()
|
/reactos/dll/win32/shell32/ |
H A D | changenotify.cpp | 16 GetNotificationServer(BOOL bCreate) in GetNotificationServer() argument 33 HWND hwndServer = (HWND)SendMessageW(hwndShell, WM_DESKTOP_GET_CNOTIFY_SERVER, bCreate, 0); in GetNotificationServer()
|
H A D | utils.cpp | 1197 _In_ BOOL bCreate) in DynamicSHGetSpecialFolderPathW() argument 1209 else if (bCreate) in DynamicSHGetSpecialFolderPathW()
|
/reactos/sdk/include/reactos/ |
H A D | imm32_undoc.h | 244 HRESULT WINAPI CtfImmLastEnabledWndDestroy(_In_ BOOL bCreate);
|
H A D | shlwapi_undoc.h | 110 HRESULT WINAPI SHRegGetCLSIDKeyW(REFGUID guid, LPCWSTR lpszValue, BOOL bUseHKCU, BOOL bCreate, PHKE…
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 3083 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 D | dplaysp.h | 191 BOOL bCreate; member
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 1520 _In_ BOOL bCreate); 1529 _In_ BOOL bCreate);
|
/reactos/dll/directx/wine/dplayx/ |
H A D | dplay.c | 3257 data.bCreate = (dwFlags & DPOPEN_CREATE ) != 0; in DP_SecureOpen()
|