Home
last modified time | relevance | path

Searched refs:WinStaName (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DGetUserObjectInformation.c117 WCHAR WinStaName[64]; in TestGetUserObjectInfoW() local
172 StringCbCopyW(WinStaName, sizeof(WinStaName), L"<failed>"); in TestGetUserObjectInfoW()
185 StringCbPrintfW(WinStaName, in TestGetUserObjectInfoW()
186 sizeof(WinStaName), in TestGetUserObjectInfoW()
190 trace("Expected autogenerated Winsta name: %ls\n", WinStaName); in TestGetUserObjectInfoW()
201 TestUserObjectInfoWithString(WinSta, UOI_NAME, Buffer, BufferSize, WinStaName); in TestGetUserObjectInfoW()
214 TestUserObjectInfoWithString(WinSta, UOI_NAME, Buffer, BufferSize, WinStaName); in TestGetUserObjectInfoW()
/reactos/win32ss/user/ntuser/
H A Ddesktop.c586 UNICODE_STRING WinStaName, DesktopName; in IntResolveDesktop() local
656 RtlInitEmptyUnicodeString(&WinStaName, NULL, 0); in IntResolveDesktop()
678 RtlInitEmptyUnicodeString(&WinStaName, DesktopPath->Buffer, in IntResolveDesktop()
681 WinStaName.Length = WinStaName.MaximumLength; in IntResolveDesktop()
690 RtlInitEmptyUnicodeString(&WinStaName, NULL, 0); in IntResolveDesktop()
695 TRACE("IntResolveDesktop: WinStaName:'%wZ' ; DesktopName:'%wZ'\n", &WinStaName, &DesktopName); in IntResolveDesktop()
732 if (WinStaName.Buffer == NULL) in IntResolveDesktop()
752 WinStaName = WinSta0Name; in IntResolveDesktop()
804 + max(WinStaName.Length, MemSize) + sizeof(UNICODE_NULL); in IntResolveDesktop()
921 &WinStaName); in IntResolveDesktop()
[all …]