ApiSetQueryApiSetPresenceEx - NtDoc

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

NTSYSAPI
BOOL
NTAPI
ApiSetQueryApiSetPresenceEx(
    _In_ PCUNICODE_STRING Namespace,
    _Out_ PBOOLEAN IsInSchema,
    _Out_ PBOOLEAN Present
    );

#endif

View code on GitHub
BOOL WINAPI ApiSetQueryApiSetPresenceEx(
  _In_ PCUNICODE_STRING Namespace,
  _Out_ PBOOLEAN IsInSchema,
  _Out_ PBOOLEAN Present
);
View the official Win32 development documentation

NtDoc

No description available.

Win32 development documentation (apisetqueryapisetpresenceex)

ApiSetQueryApiSetPresenceEx function

This API is intended for internal use only and should not be used in your code.

Parameters

Namespace [in]

IsInSchema [out]

Present [out]

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header N/A
Library Api-ms-win-core-apiquery-l1.lib;
Api-ms-win-core-apiquery-l1-1-0.lib
DLL Api-ms-win-core-apiquery-l1-1-0.dll