UMgrFreeUserCredentials - 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
UMgrFreeUserCredentials(
    _In_ PCRED_PROV_CREDENTIAL Credentials
    );

#endif
#endif

View code on GitHub

No description available.