Searched refs:RtlStr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.cpp60 UNICODE_STRING RtlStr; local
61 RtlInitUnicodeString(&RtlStr, pName);
63 return VBoxDrvToolRegOpenKeyU(phKey, &RtlStr, fAccess);
79 UNICODE_STRING RtlStr; local
80 RtlInitUnicodeString(&RtlStr, pName);
82 &RtlStr,
102 UNICODE_STRING RtlStr; local
103 RtlInitUnicodeString(&RtlStr, pName);
104 return ZwSetValueKey(hKey, &RtlStr,
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltM-win.cpp291 NDIS_STRING RtlStr; local
312 RtlStr.Buffer=(WCHAR*)Buf;
313 RtlStr.Length=(USHORT)cbBuf - 2 + sizeof(KEY_PREFIX) - 2;
314 RtlStr.MaximumLength=sizeof(Buf);
316 InitializeObjectAttributes(&ObjAttr, &RtlStr, OBJ_CASE_INSENSITIVE, NULL, NULL);
343 RtlStr.Buffer=pName;
344 RtlStr.Length = (USHORT)pInfo->DataLength - 2 + sizeof(NAME_PREFIX) - 2;
345 RtlStr.MaximumLength = (USHORT)pInfo->DataLength + sizeof(NAME_PREFIX);
347 Status = vboxNetFltWinPtInitBind(&pNetFlt, MiniportAdapterHandle, &RtlStr, WrapperConfigurationContext);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.cpp667 UNICODE_STRING RtlStr;
668 RtlInitUnicodeString(&RtlStr, L"VideoID");
670 &RtlStr,
745 UNICODE_STRING RtlStr;
746 RtlInitUnicodeString(&RtlStr, L"Service");
748 &RtlStr,
793 UNICODE_STRING RtlStr;
795 RtlInitUnicodeString(&RtlStr, pName);
796 InitializeObjectAttributes(&ObjAttr, &RtlStr, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE, hRootKey, NULL);
954 UNICODE_STRING RtlStr;
[all...]

Completed in 3324 milliseconds