NtUserSetProcessWin32Capabilities - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTUSER_H

// rev
NTSYSCALLAPI
NTSTATUS 
NTAPI 
NtUserSetProcessWin32Capabilities(
    _In_reads_(Count) const USER_PROCESS_CAP_ENTRY* Capabilities,
    _In_ ULONG Count
    );

#endif

View code on GitHub

NtDoc

No description available.