WmiQuerySingleInstanceMultipleW - NtDoc

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

NTSYSAPI
ULONG
NTAPI
WmiQuerySingleInstanceMultipleW(
    _In_reads_(HandleCount) PHANDLE HandleList,
    _In_reads_(HandleCount) PCWSTR* InstanceNames,
    _In_ ULONG HandleCount,
    _Inout_ PULONG InOutBufferSize,
    _Out_writes_bytes_to_opt_(*InOutBufferSize, *InOutBufferSize) PVOID OutBuffer
    );

#endif

View code on GitHub

No description available.