Changeset 95110 in vbox for trunk/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp
- Timestamp:
- May 25, 2022 8:38:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp
r93115 r95110 51 51 * Global Variables * 52 52 *********************************************************************************************************************************/ 53 extern decltype(NtQueryFullAttributesFile) *g_pfnNtQueryFullAttributesFile; /* init-win.cpp */ 53 typedef NTSTATUS (NTAPI *PFNNTQUERYFULLATTRIBUTESFILE)(struct _OBJECT_ATTRIBUTES *, struct _FILE_NETWORK_OPEN_INFORMATION *); 54 extern PFNNTQUERYFULLATTRIBUTESFILE g_pfnNtQueryFullAttributesFile; /* init-win.cpp */ 54 55 55 56
Note:
See TracChangeset
for help on using the changeset viewer.