WmiMofEnumerateResourcesW - NtDoc

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

NTSYSAPI
ULONG
NTAPI
WmiMofEnumerateResourcesW(
    _In_ HANDLE MofResourceHandle,
    _Out_ PULONG MofResourceCount,
    _Outptr_result_buffer_(*MofResourceCount) PMOFRESOURCEINFOW *MofResourceInfo
    );

#endif

View code on GitHub

No description available.