UMgrQueryUserContextFromSid - NtDoc

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

// rev
USERMGRAPI
HRESULT
WINAPI
UMgrQueryUserContextFromSid(
    _In_ PWSTR SidString,
    _Out_ PULONGLONG ContextToken
    );

#endif
#endif

View code on GitHub

No description available.