Changeset 67979 in vbox for trunk/include/iprt/nt
- Timestamp:
- Jul 15, 2017 11:02:00 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r67360 r67979 2664 2664 IN PSIZE_T pcbFilename OPTIONAL, 2665 2665 IN PSIZE_T pcbNeeded OPTIONAL); 2666 /** @since Windows 8. 2667 * @note Status code is always zero in windows 10 build 14393. */ 2668 NTSYSAPI NTSTATUS ApiSetQueryApiSetPresence(IN PCUNICODE_STRING pAllegedApiSetDll, OUT PBOOLEAN pfPresent); 2669 /** @copydoc ApiSetQueryApiSetPresence */ 2670 typedef NTSTATUS (NTAPI *PFNAPISETQUERYAPISETPRESENCE)(IN PCUNICODE_STRING pAllegedApiSetDll, OUT PBOOLEAN pfPresent); 2671 2666 2672 2667 2673 # ifdef IPRT_NT_USE_WINTERNL
Note:
See TracChangeset
for help on using the changeset viewer.