WinStationRevertFromServicesSession - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _WINSTA_H
// Services isolation
#if (PHNT_VERSION >= PHNT_VISTA)

// rev
NTSYSAPI
BOOLEAN
NTAPI
WinStationRevertFromServicesSession(
    VOID
    );

#endif
#endif

View code on GitHub

No description available.