NtUserCreateWindowStation - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTUSER_H

NTSYSCALLAPI
HWINSTA
NTAPI
NtUserCreateWindowStation(
    _In_ OBJECT_ATTRIBUTES ObjectAttributes,
    _In_ ACCESS_MASK DesiredAccess,
    _In_opt_ HANDLE KeyboardLayoutHandle,
    _In_opt_ PVOID KeyboardLayoutOffset,
    _In_opt_ PVOID NlsTableOffset,
    _In_opt_ PVOID KeyboardDescriptor,
    _In_opt_ UNICODE_STRING LanguageIdString,
    _In_opt_ ULONG KeyboardLocale
    );

#endif

View code on GitHub

No description available.