UMgrOpenProcessTokenForQuery - NtDoc

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

// rev
USERMGRAPI
HRESULT
NTAPI
UMgrOpenProcessTokenForQuery(
    _In_ ULONG ProcessId,
    _Out_ PHANDLE TokenHandle
    );

#endif
#endif

View code on GitHub

NtDoc

No description available.