Searched defs:NtFilterStr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h101 UNICODE_STRING NtFilterStr; member in struct:RTDIR
102 /** Pointer to NtFilterStr if applicable, otherwise NULL. */
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1202 UNICODE_STRING NtFilterStr; local
1203 NtFilterStr.Buffer = pwszFix;
1204 NtFilterStr.Length = (USHORT)((uintptr_t)pwszFixEnd - (uintptr_t)pwszFix);
1205 NtFilterStr.MaximumLength = NtFilterStr.Length;
1215 &NtFilterStr,

Completed in 86 milliseconds