Searched refs:NtFilterStr (Results 1 - 3 of 3) 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/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp96 pDir->NtFilterStr.Buffer = pwszTmp;
97 pDir->NtFilterStr.Length = pDir->NtFilterStr.MaximumLength = (uint16_t)(RTUtf16Len(pwszTmp) * sizeof(RTUTF16));
98 pDir->pNtFilterStr = &pDir->NtFilterStr;
159 RTUtf16Free(pDir->NtFilterStr.Buffer);
160 pDir->NtFilterStr.Buffer = 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 80 milliseconds