UMgrGetCachedCredentials - NtDoc

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

// rev
USERMGRAPI
HRESULT
NTAPI
UMgrGetCachedCredentials(
    _In_ PSID Sid,
    _Outptr_ PCRED_PROV_CREDENTIAL *Credentials
    );

#endif
#endif

View code on GitHub

No description available.