UMgrFreeSessionUsers - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _USERMGR_H
// Contexts
#if (PHNT_VERSION >= PHNT_WINDOWS_10)

// rev
USERMGRAPI
VOID
WINAPI
UMgrFreeSessionUsers(
    _In_ _Post_invalid_ PSESSION_USER_CONTEXT SessionUsers
    );

#endif
#endif

View code on GitHub

No description available.