|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 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 | 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 873 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(), DeleteHKCRValue(), EnumHKCRKey(), EnumHKCRValue(), OpenHKCRKey(), QueryHKCRValue(), QueryInfoHKCRKey(), RegCreateKeyExW(), RegDeleteKeyExW(), RegDeleteValueA(), RegDeleteValueW(), RegEnumKeyExW(), RegEnumValueW(), RegOpenKeyExW(), RegQueryInfoKeyW(), RegQueryValueExW(), RegSetValueExW(), SetHKCRValue(), and ValueExists().
| 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 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().