Changeset 67980 in vbox for trunk/include/iprt/nt/nt.h
- Timestamp:
- Jul 15, 2017 12:28:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r67979 r67980 2666 2666 /** @since Windows 8. 2667 2667 * @note Status code is always zero in windows 10 build 14393. */ 2668 NTSYSAPI NTSTATUS ApiSetQueryApiSetPresence(IN PCUNICODE_STRING pAllegedApiSetDll, OUT PBOOLEAN pfPresent);2668 NTSYSAPI NTSTATUS NTAPI ApiSetQueryApiSetPresence(IN PCUNICODE_STRING pAllegedApiSetDll, OUT PBOOLEAN pfPresent); 2669 2669 /** @copydoc ApiSetQueryApiSetPresence */ 2670 2670 typedef NTSTATUS (NTAPI *PFNAPISETQUERYAPISETPRESENCE)(IN PCUNICODE_STRING pAllegedApiSetDll, OUT PBOOLEAN pfPresent);
Note:
See TracChangeset
for help on using the changeset viewer.