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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2572 UNICODE_STRING ApiPortStr; local
2573 ApiPortStr.Buffer = wszApiPort;
2574 ApiPortStr.Length = (USHORT)(RTUtf16Len(wszApiPort) * sizeof(RTUTF16));
2575 ApiPortStr.MaximumLength = ApiPortStr.Length + sizeof(RTUTF16);
2581 NTSTATUS rcNt = ObReferenceObjectByName(&ApiPortStr,
2591 rcNt = ObReferenceObjectByName(&ApiPortStr,
2602 rcNt = ObReferenceObjectByName(&ApiPortStr,

Completed in 59 milliseconds