#ifndef _NTMISC_H
NTSYSAPI
BOOL
NTAPI
ApiSetQueryApiSetPresenceEx(
_In_ PCUNICODE_STRING Namespace,
_Out_ PBOOLEAN IsInSchema,
_Out_ PBOOLEAN Present
);
View code on GitHubBOOL WINAPI ApiSetQueryApiSetPresenceEx(
_In_ PCUNICODE_STRING Namespace,
_Out_ PBOOLEAN IsInSchema,
_Out_ PBOOLEAN Present
);
View the official Win32 development documentationNo description available.
This API is intended for internal use only and should not be used in your code.
Namespace [in]
IsInSchema [out]
Present [out]
| 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 |