ReactOS 0.4.16-dev-424-ge4748fe
|
Go to the source code of this file.
Variables | |
static const UNICODE_STRING | HKLM_ClassesPath = RTL_CONSTANT_STRING(L"\\Registry\\Machine\\Software\\Classes") |
LONG WINAPI CreateHKCRKey | ( | _In_ HKEY | hKey, |
_In_ LPCWSTR | lpSubKey, | ||
_In_ DWORD | Reserved, | ||
_In_opt_ LPWSTR | lpClass, | ||
_In_ DWORD | dwOptions, | ||
_In_ REGSAM | samDesired, | ||
_In_opt_ LPSECURITY_ATTRIBUTES | lpSecurityAttributes, | ||
_Out_ PHKEY | phkResult, | ||
_Out_opt_ LPDWORD | lpdwDisposition | ||
) |
Definition at line 266 of file hkcr.c.
Referenced by RegCreateKeyExW().
LONG WINAPI DeleteHKCRKey | ( | _In_ HKEY | hKey, |
_In_ LPCWSTR | lpSubKey, | ||
_In_ REGSAM | RegSam, | ||
_In_ DWORD | Reserved | ||
) |
Definition at line 441 of file hkcr.c.
Referenced by RegDeleteKeyExW().
Definition at line 504 of file hkcr.c.
Referenced by RegDeleteValueA(), and RegDeleteValueW().
LONG WINAPI EnumHKCRKey | ( | _In_ HKEY | hKey, |
_In_ DWORD | dwIndex, | ||
_Out_ LPWSTR | lpName, | ||
_Inout_ LPDWORD | lpcbName, | ||
_Reserved_ LPDWORD | lpReserved, | ||
_Out_opt_ LPWSTR | lpClass, | ||
_Inout_opt_ LPDWORD | lpcbClass, | ||
_Out_opt_ PFILETIME | lpftLastWriteTime | ||
) |
Definition at line 682 of file hkcr.c.
Referenced by RegEnumKeyExW().
LONG WINAPI EnumHKCRValue | ( | _In_ HKEY | hKey, |
_In_ DWORD | dwIndex, | ||
_Out_ LPWSTR | lpName, | ||
_Inout_ PDWORD | lpcbName, | ||
_Reserved_ PDWORD | lpReserved, | ||
_Out_opt_ PDWORD | lpdwType, | ||
_Out_opt_ LPBYTE | lpData, | ||
_Inout_opt_ PDWORD | lpcbData | ||
) |
Definition at line 873 of file hkcr.c.
Referenced by RegEnumValueW().
|
static |
Definition at line 111 of file hkcr.c.
Referenced by CreateHKCRKey(), DeleteHKCRKey(), DeleteHKCRValue(), EnumHKCRKey(), EnumHKCRValue(), OpenHKCRKey(), QueryHKCRValue(), and QueryInfoHKCRKey().
|
static |
Definition at line 36 of file hkcr.c.
Referenced by GetFallbackHKCRKey(), and GetPreferredHKCRKey().
Definition at line 88 of file hkcr.c.
Referenced by GetFallbackHKCRKey(), and GetPreferredHKCRKey().
Definition at line 189 of file hkcr.c.
Referenced by CreateHKCRKey(), DeleteHKCRKey(), DeleteHKCRValue(), EnumHKCRKey(), EnumHKCRValue(), OpenHKCRKey(), QueryHKCRValue(), QueryInfoHKCRKey(), and SetHKCRValue().
|
static |
Definition at line 241 of file hkcr.c.
Referenced by EnumHKCRKey().
LONG WINAPI OpenHKCRKey | ( | _In_ HKEY | hKey, |
_In_ LPCWSTR | lpSubKey, | ||
_In_ DWORD | ulOptions, | ||
_In_ REGSAM | samDesired, | ||
_In_ PHKEY | phkResult | ||
) |
Definition at line 370 of file hkcr.c.
Referenced by RegOpenKeyExW().
LONG WINAPI QueryHKCRValue | ( | _In_ HKEY | hKey, |
_In_ LPCWSTR | Name, | ||
_In_ LPDWORD | Reserved, | ||
_In_ LPDWORD | Type, | ||
_In_ LPBYTE | Data, | ||
_In_ LPDWORD | Count | ||
) |
Definition at line 548 of file hkcr.c.
Referenced by RegQueryValueExW().
LONG WINAPI QueryInfoHKCRKey | ( | _In_ HKEY | hKey, |
_Out_writes_to_opt_ *, *+1lpcchClass LPWSTR | lpClass, | ||
_Inout_opt_ LPDWORD | lpcchClass, | ||
_Reserved_ LPDWORD | lpReserved, | ||
_Out_opt_ LPDWORD | lpcSubKeys, | ||
_Out_opt_ LPDWORD | lpcbMaxSubKeyLen, | ||
_Out_opt_ LPDWORD | lpcbMaxClassLen, | ||
_Out_opt_ LPDWORD | lpcValues, | ||
_Out_opt_ LPDWORD | lpcbMaxValueNameLen, | ||
_Out_opt_ LPDWORD | lpcbMaxValueLen, | ||
_Out_opt_ LPDWORD | lpcbSecurityDescriptor, | ||
_Out_opt_ PFILETIME | lpftLastWriteTime | ||
) |
Definition at line 1087 of file hkcr.c.
Referenced by RegQueryInfoKeyW().
LONG WINAPI SetHKCRValue | ( | _In_ HKEY | hKey, |
_In_ LPCWSTR | Name, | ||
_In_ DWORD | Reserved, | ||
_In_ DWORD | Type, | ||
_In_ CONST BYTE * | Data, | ||
_In_ DWORD | DataSize | ||
) |
Definition at line 613 of file hkcr.c.
Referenced by RegSetValueExW().
|
static |
Definition at line 22 of file hkcr.c.
Referenced by DeleteHKCRValue().
WINE_DEFAULT_DEBUG_CHANNEL | ( | reg | ) |
|
static |
Definition at line 18 of file hkcr.c.
Referenced by GetFallbackHKCRKey(), and GetPreferredHKCRKey().