ReactOS 0.4.15-dev-6694-g4ba8af9
|
Go to the source code of this file.
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 220 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 395 of file hkcr.c.
Referenced by RegDeleteKeyExW().
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 592 of file hkcr.c.
Referenced by RegEnumKeyExW().
LONG WINAPI EnumHKCRValue | ( | _In_ HKEY | hKey, |
_In_ DWORD | index, | ||
_Out_ LPWSTR | value, | ||
_Inout_ PDWORD | val_count, | ||
_Reserved_ PDWORD | reserved, | ||
_Out_opt_ PDWORD | type, | ||
_Out_opt_ LPBYTE | data, | ||
_Inout_opt_ PDWORD | count | ||
) |
Definition at line 807 of file hkcr.c.
Referenced by RegEnumValueW().
FORCEINLINE BOOL IsHKCRKey | ( | _In_ HKEY | hKey | ) |
Definition at line 13 of file reg.h.
Referenced by CreateHKCRKey(), DeleteHKCRKey(), EnumHKCRKey(), EnumHKCRValue(), OpenHKCRKey(), QueryHKCRValue(), RegCreateKeyExW(), RegDeleteKeyExW(), RegEnumKeyExW(), RegEnumValueW(), RegOpenKeyExW(), RegQueryValueExW(), RegSetValueExW(), and SetHKCRValue().
FORCEINLINE void MakeHKCRKey | ( | _Inout_ HKEY * | hKey | ) |
Definition at line 20 of file reg.h.
Referenced by CreateHKCRKey(), OpenClassesRootKey(), and OpenHKCRKey().
LONG WINAPI OpenHKCRKey | ( | _In_ HKEY | hKey, |
_In_ LPCWSTR | lpSubKey, | ||
_In_ DWORD | ulOptions, | ||
_In_ REGSAM | samDesired, | ||
_In_ PHKEY | phkResult | ||
) |
Definition at line 324 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 458 of file hkcr.c.
Referenced by RegQueryValueExW().
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 523 of file hkcr.c.
Referenced by RegSetValueExW().