Home
last modified time | relevance | path

Searched refs:OpenWindowStationA (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dwinstation.c162 w2 = OpenWindowStationA("winsta0", TRUE, WINSTA_ALL_ACCESS ); in test_handles()
167 w2 = OpenWindowStationA("dummy name", TRUE, WINSTA_ALL_ACCESS ); in test_handles()
177 w3 = OpenWindowStationA("foobar", TRUE, WINSTA_ALL_ACCESS ); in test_handles()
183 w3 = OpenWindowStationA("foobar", TRUE, WINSTA_ALL_ACCESS ); in test_handles()
211 w2 = OpenWindowStationA( "", TRUE, WINSTA_ALL_ACCESS ); in test_handles()
227 w3 = OpenWindowStationA( "", TRUE, WINSTA_ALL_ACCESS ); in test_handles()
240 w2 = OpenWindowStationA( "foo\\bar", TRUE, WINSTA_ALL_ACCESS ); in test_handles()
352 hwinsta = OpenWindowStationA(winsta, FALSE, WINSTA_ENUMERATE); in open_window_station_callbackA()
/reactos/win32ss/user/user32/misc/
H A Dwinsta.c328 OpenWindowStationA( in OpenWindowStationA() function
/reactos/win32ss/user/user32/
H A Duser32.spec519 512 stdcall OpenWindowStationA(str long long)
/reactos/sdk/include/psdk/
H A Dwinuser.h5144 HWINSTA WINAPI OpenWindowStationA(_In_ LPCSTR, _In_ BOOL, _In_ DWORD);
5841 #define OpenWindowStation OpenWindowStationA