Home
last modified time | relevance | path

Searched refs:lpWindowName (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/lib/scrnsave/
H A Dscrnsave.c179 LPCTSTR lpWindowName; in LaunchScreenSaver() local
194 lpWindowName = TEXT("Preview"); in LaunchScreenSaver()
206 lpWindowName = TEXT("Screen Saver"); in LaunchScreenSaver()
220 hMainWindow = CreateWindowEx(exstyle, CLASS_SCRNSAVE, lpWindowName, style, in LaunchScreenSaver()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c154 LPCSTR lpWindowName, in User32CreateWindowEx() argument
224 RtlInitLargeString(&WindowName, lpWindowName, Unicode); in User32CreateWindowEx()
354 LPCSTR lpWindowName, in CreateWindowExA() argument
395 mdi.szTitle = lpWindowName; in CreateWindowExA()
457 lpWindowName, in CreateWindowExA()
480 LPCWSTR lpWindowName, in CreateWindowExW() argument
521 mdi.szTitle = lpWindowName; in CreateWindowExW()
583 (LPCSTR)lpWindowName, in CreateWindowExW()
870 FindWindowA(LPCSTR lpClassName, LPCSTR lpWindowName) in FindWindowA() argument
882 FindWindowW(LPCWSTR lpClassName, LPCWSTR lpWindowName) in FindWindowW() argument
[all …]
H A Dmdi.c1710 LPCSTR lpWindowName, /* [in] Pointer to window name */ in CreateMDIWindowA() argument
1721 debugstr_a(lpClassName),debugstr_a(lpWindowName),dwStyle,X,Y, in CreateMDIWindowA()
1724 return CreateWindowExA(WS_EX_MDICHILD, lpClassName, lpWindowName, in CreateMDIWindowA()
1738 LPCWSTR lpWindowName, /* [in] Pointer to window name */ in CreateMDIWindowW() argument
1749 debugstr_w(lpClassName), debugstr_w(lpWindowName), dwStyle, X, Y, in CreateMDIWindowW()
1752 return CreateWindowExW(WS_EX_MDICHILD, lpClassName, lpWindowName, in CreateMDIWindowW()
/reactos/modules/rostests/tests/statst2/
H A Dstatst2.c21 static void CreateStatic ( const char* lpWindowName, DWORD dwStyle ) in CreateStatic() argument
27 lpWindowName, // lpWindowName in CreateStatic()
/reactos/modules/rostests/tests/edit/
H A Dedittest.c268 CreateCheckButton(const char* lpWindowName, DWORD xSize, DWORD id) in CreateCheckButton() argument
273 lpWindowName, in CreateCheckButton()
289 CreatePushButton(const char* lpWindowName, DWORD xSize, DWORD id,DWORD Style) in CreatePushButton() argument
293 lpWindowName, in CreatePushButton()
/reactos/modules/rostests/tests/combotst/
H A Dcombotst.c273 CreateCheckButton(const char* lpWindowName, DWORD xSize, DWORD id) in CreateCheckButton() argument
278 lpWindowName, in CreateCheckButton()
294 CreatePushButton(const char* lpWindowName, DWORD xSize, DWORD id,DWORD Style) in CreatePushButton() argument
298 lpWindowName, in CreatePushButton()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp88 LPCTSTR lpClassName, LPCTSTR lpWindowName, in Create() argument
97 return CreateWindowEx(dwExStyle, lpClassName, lpWindowName, dwStyle, in Create()
103 LPCTSTR lpClassName, LPCTSTR lpWindowName, in Create() argument
112 return CreateWindowEx(dwExStyle, lpClassName, lpWindowName, dwStyle, in Create()
H A Dwindow.h70 DWORD dwExStyle, LPCTSTR lpClassName, LPCTSTR lpWindowName,
75 DWORD dwExStyle, LPCTSTR lpClassName, LPCTSTR lpWindowName,
/reactos/sdk/include/psdk/
H A Dwinuser.h4326 _In_opt_ LPCSTR lpWindowName,
4342 _In_opt_ LPCWSTR lpWindowName,