Home
last modified time | relevance | path

Searched refs:KeyPath (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dregistry.c464 UNICODE_STRING KeyPath, KeyName; in RtlpGetRegistryHandle() local
505 RtlFreeUnicodeString (&KeyPath); in RtlpGetRegistryHandle()
703 UNICODE_STRING KeyPath; in RtlOpenCurrentUser() local
708 Status = RtlFormatCurrentUserKeyPath(&KeyPath); in RtlOpenCurrentUser()
713 &KeyPath, in RtlOpenCurrentUser()
720 RtlFreeUnicodeString(&KeyPath); in RtlOpenCurrentUser()
727 &KeyPath, in RtlOpenCurrentUser()
791 RtlInitEmptyUnicodeString(KeyPath, in RtlFormatCurrentUserKeyPath()
794 if (!KeyPath->Buffer) in RtlFormatCurrentUserKeyPath()
1020 UNICODE_STRING KeyPath, KeyValueName; in RtlQueryRegistryValues() local
[all …]
/reactos/modules/rostests/kmtests/kmtest/
H A Dfltsupport.c452 WCHAR KeyPath[256]; in KmtFltAddAltitude() local
458 StringCbCopyW(KeyPath, sizeof(KeyPath), L"SYSTEM\\CurrentControlSet\\Services\\"); in KmtFltAddAltitude()
459 StringCbCatW(KeyPath, sizeof(KeyPath), TestServiceName); in KmtFltAddAltitude()
460 StringCbCatW(KeyPath, sizeof(KeyPath), L"\\Instances\\"); in KmtFltAddAltitude()
463 KeyPath, in KmtFltAddAltitude()
/reactos/ntoskrnl/config/
H A Dcmcontrl.c159 while (ControlVector->KeyPath) in CmGetSystemControlValues()
165 KeyCell = CmpWalkPath(SystemHive, BaseCell, ControlVector->KeyPath); in CmGetSystemControlValues()
H A Dcmboot.c690 UNICODE_STRING KeyPath; in CmpFindDrivers() local
748 RtlInitUnicodeString(&KeyPath, L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\"); in CmpFindDrivers()
763 &KeyPath, in CmpFindDrivers()
789 &KeyPath, in CmpFindDrivers()
/reactos/ntoskrnl/ex/
H A Dhandle.c1334 WCHAR KeyPath[256]; in ExpKdbgExtHandle() local
1460 if (NeededLength < sizeof(KeyPath)) in ExpKdbgExtHandle()
1469 … CmpCopyCompressedName(&KeyPath[(NeededLength - NameLength)/sizeof(WCHAR)], in ExpKdbgExtHandle()
1477 … RtlCopyMemory(&KeyPath[(NeededLength - NameLength)/sizeof(WCHAR)], in ExpKdbgExtHandle()
1484 KeyPath[NeededLength/sizeof(WCHAR)] = OBJ_NAME_PATH_SEPARATOR; in ExpKdbgExtHandle()
1490 KdbpPrint("\t\t\tName: %S\n", KeyPath); in ExpKdbgExtHandle()
/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c2716 WCHAR *KeyPath; in GetDisplayNameFileAndID() local
2727 if (!KeyPath) in GetDisplayNameFileAndID()
2734 StringCbCatW(KeyPath, cbKeyPath, lpLogName); in GetDisplayNameFileAndID()
2737 HeapFree(GetProcessHeap(), 0, KeyPath); in GetDisplayNameFileAndID()
3894 WCHAR *KeyPath; in InitPropertiesDlg() local
3903 if (!KeyPath) in InitPropertiesDlg()
3910 StringCbCatW(KeyPath, cbKeyPath, lpLogName); in InitPropertiesDlg()
3913 HeapFree(GetProcessHeap(), 0, KeyPath); in InitPropertiesDlg()
4077 WCHAR *KeyPath; in SavePropertiesDlg() local
4085 if (!KeyPath) in SavePropertiesDlg()
[all …]
/reactos/base/applications/regedit/
H A Dtreeview.c137 LPCWSTR KeyPath; in RefreshTreeItem() local
146 KeyPath = GetItemPath(hwndTV, hItem, &hRoot); in RefreshTreeItem()
148 if (*KeyPath) in RefreshTreeItem()
150 if (RegOpenKeyExW(hRoot, KeyPath, 0, KEY_READ, &hKey) != ERROR_SUCCESS) in RefreshTreeItem()
/reactos/dll/win32/msi/
H A Dclasses.c744 if (!comp->KeyPath || !(file = msi_get_loaded_file( package, comp->KeyPath ))) in ACTION_RegisterClassInfo()
H A Dassembly.c386 manifest = msi_get_loaded_file( package, comp->KeyPath )->TargetPath; in msi_install_assembly()
H A Daction.c797 comp->KeyPath = msi_dup_record_field( row, 6 ); in load_component()
3147 if (!cmp->KeyPath) in resolve_keypath()
3157 …MSI_QueryGetRecord(package->db, L"SELECT * FROM `Registry` WHERE `Registry` = '%s'", cmp->KeyPath); in resolve_keypath()
3191 MSIFILE *file = msi_get_loaded_file( package, cmp->KeyPath ); in resolve_keypath()
3231 …if (!comp->KeyPath || comp->assembly || comp->Attributes & msidbComponentAttributesRegistryKeyPath… in refcount_component()
3374 if (!comp->KeyPath || !(file = msi_get_loaded_file(package, comp->KeyPath))) in ACTION_ProcessComponents()
3543 if (!comp->KeyPath || !(file = msi_get_loaded_file( package, comp->KeyPath ))) in ITERATE_RegisterTypeLibraries()
H A Dmsipriv.h529 LPWSTR KeyPath; member
H A Dmsi.c2032 if (!comp->Enabled || !comp->KeyPath) in MsiEnumComponentCostsW()
2038 else if ((file = msi_get_loaded_file( package, comp->KeyPath ))) in MsiEnumComponentCostsW()
H A Dpackage.c192 free( comp->KeyPath ); in free_package_structures()
/reactos/sdk/include/ndk/
H A Drtlfuncs.h4200 …_Out_ _At_(KeyPath->Buffer, __drv_allocatesMem(Mem) _Post_bytecap_(KeyPath->MaximumLength) _Post_b…
4201 PUNICODE_STRING KeyPath
/reactos/ntoskrnl/include/internal/
H A Dcm.h463 PWCHAR KeyPath; member