Home
last modified time | relevance | path

Searched refs:DialogTitle (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/setupapi/
H A Ddialog.c24 PCWSTR DialogTitle; member
41 if(params->DialogTitle) in promptdisk_init()
42 SetWindowTextW(hwnd, params->DialogTitle); in promptdisk_init()
174 UINT WINAPI SetupPromptForDiskA(HWND hwndParent, PCSTR DialogTitle, PCSTR DiskName, in SetupPromptForDiskA() argument
182 TRACE("%p, %s, %s, %s, %s, %s, 0x%08x, %p, %d, %p\n", hwndParent, debugstr_a(DialogTitle), in SetupPromptForDiskA()
187 DialogTitleW = strdupAtoW(DialogTitle); in SetupPromptForDiskA()
219 UINT WINAPI SetupPromptForDiskW(HWND hwndParent, PCWSTR DialogTitle, PCWSTR DiskName, in SetupPromptForDiskW() argument
226 TRACE("%p, %s, %s, %s, %s, %s, 0x%08x, %p, %d, %p\n", hwndParent, debugstr_w(DialogTitle), in SetupPromptForDiskW()
265 params.DialogTitle = DialogTitle; in SetupPromptForDiskW()
/reactos/base/applications/drwtsn32/
H A Dmain.cpp382 CStringW DialogTitle; in wWinMain() local
383 DialogTitle.LoadString(hInstance, IDS_APP_TITLE); in wWinMain()
385 MessageBoxW(NULL, FormattedMessage.GetString(), DialogTitle.GetString(), MB_OK); in wWinMain()
/reactos/sdk/include/psdk/
H A Dsetupapi.h1211 _In_opt_ PCSTR DialogTitle,
1227 _In_opt_ PCWSTR DialogTitle,
2179 _In_opt_ PCSTR DialogTitle,
2194 _In_opt_ PCWSTR DialogTitle,