Searched refs:ValueName (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPRegistry.cpp23 PWSTR ValueName, PVOID ValueData, ULONG ValueLength)
22 VBoxMPQueryNamedValueCB(PVOID HwDeviceExtension, PVOID Context, PWSTR ValueName, PVOID ValueData, ULONG ValueLength) argument
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1503 UNICODE_STRING ValueName; local
1504 ValueName.Buffer = (WCHAR *)s_aPaths[i].pwszRegValue;
1505 ValueName.Length = (USHORT)(RTUtf16Len(s_aPaths[i].pwszRegValue) * sizeof(WCHAR));
1506 ValueName.MaximumLength = ValueName.Length + sizeof(WCHAR);
1516 rcNt = NtQueryValueKey(hKey, &ValueName, KeyValuePartialInformation, &uBuf, sizeof(uBuf) - sizeof(WCHAR), &cbActual);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c515 if (OpCode->ValueName != NULL) {
516 FreePool (OpCode->ValueName);
1167 ExpressionOpCode->ValueName = GetToken (ExpressionOpCode->VarStoreInfo.VarName, FormSet->HiiHandle);
1168 if (ExpressionOpCode->ValueName == NULL) {
H A DExpression.c2346 Status = GetValueByName (OpCode->VarStorage, OpCode->ValueName, &StrPtr);
2374 OpCode->ValueName,
2799 Status = SetValueByName (OpCode->VarStorage, OpCode->ValueName, NameValue, TRUE);
2808 OpCode->ValueName,
H A DSetup.h278 CHAR16 *ValueName; // For EFI_IFR_SET, EFI_IFR_GET member in struct:__anon11274
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h993 PUNICODE_STRING ValueName; member in struct:_KEY_VALUE_ENTRY
1731 typedef NTSTATUS (WINAPI *PRTL_QUERY_REGISTRY_ROUTINE)( PCWSTR ValueName,
1751 PUNICODE_STRING ValueName; member in struct:_KEY_MULTIPLE_VALUE_INFORMATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h968 PUNICODE_STRING ValueName; member in struct:_KEY_VALUE_ENTRY
1701 typedef NTSTATUS (WINAPI *PRTL_QUERY_REGISTRY_ROUTINE)( PCWSTR ValueName,
1721 PUNICODE_STRING ValueName; member in struct:_KEY_MULTIPLE_VALUE_INFORMATION

Completed in 111 milliseconds