/reactos/sdk/lib/rtl/ |
H A D | registry.c | 464 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 D | fltsupport.c | 452 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 D | cmcontrl.c | 159 while (ControlVector->KeyPath) in CmGetSystemControlValues() 165 KeyCell = CmpWalkPath(SystemHive, BaseCell, ControlVector->KeyPath); in CmGetSystemControlValues()
|
H A D | cmboot.c | 690 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 D | handle.c | 1334 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 D | eventvwr.c | 2716 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 D | treeview.c | 137 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 D | classes.c | 744 if (!comp->KeyPath || !(file = msi_get_loaded_file( package, comp->KeyPath ))) in ACTION_RegisterClassInfo()
|
H A D | assembly.c | 386 manifest = msi_get_loaded_file( package, comp->KeyPath )->TargetPath; in msi_install_assembly()
|
H A D | action.c | 797 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 D | msipriv.h | 529 LPWSTR KeyPath; member
|
H A D | msi.c | 2032 if (!comp->Enabled || !comp->KeyPath) in MsiEnumComponentCostsW() 2038 else if ((file = msi_get_loaded_file( package, comp->KeyPath ))) in MsiEnumComponentCostsW()
|
H A D | package.c | 192 free( comp->KeyPath ); in free_package_structures()
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 4200 …_Out_ _At_(KeyPath->Buffer, __drv_allocatesMem(Mem) _Post_bytecap_(KeyPath->MaximumLength) _Post_b… 4201 PUNICODE_STRING KeyPath
|
/reactos/ntoskrnl/include/internal/ |
H A D | cm.h | 463 PWCHAR KeyPath; member
|