WinStationGetConnectionProperty - NtDoc

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

// rev
NTSYSAPI
BOOLEAN
NTAPI
WinStationGetConnectionProperty(
    _In_ ULONG SessionId,
    _In_ PCGUID PropertyType,
    _Out_ PTS_PROPERTY_INFORMATION PropertyBuffer
    );

#endif

View code on GitHub

No description available.