#ifndef _USERMGR_H
// Credentials
#if (PHNT_VERSION >= PHNT_THRESHOLD)
// rev
USERMGRAPI
HRESULT
WINAPI
UMgrGetCachedCredentials(
_In_ PSID Sid,
_Outptr_ PCRED_PROV_CREDENTIAL *Credentials
);
View code on GitHub
No description available.