#ifndef _NTMISC_H
//
// ApiSet
//
NTSYSAPI
BOOL
NTAPI
ApiSetQueryApiSetPresence(
_In_ PCUNICODE_STRING Namespace,
_Out_ PBOOLEAN Present
);
View code on GitHubBOOL WINAPI ApiSetQueryApiSetPresence(
_In_ PCUNICODE_STRING Namespace,
_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]
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 |