ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Classes | |
class | CicRegKey |
Functions | |
EXTERN_C LSTATUS | _cicRegKey_Open (CicRegKey &self, HKEY hKey, LPCTSTR lpSubKey, REGSAM samDesired) |
EXTERN_C LSTATUS | _cicRegKey_Create (CicRegKey &self, HKEY hKey, LPCTSTR lpSubKey) |
EXTERN_C LSTATUS | _cicRegKey_RecurseDeleteKey (CicRegKey &self, LPCTSTR lpSubKey) |
EXTERN_C LSTATUS | _cicRegKey_EnumValue (CicRegKey &self, DWORD dwIndex, LPTSTR lpValueName, DWORD cchValueName) |
EXTERN_C LSTATUS | _cicRegKey_QuerySz (CicRegKey &self, LPCTSTR pszValueName, LPTSTR pszValue, DWORD cchValueMax) |
Definition at line 25 of file cicreg.cpp.
Referenced by CicRegKey::Create().
EXTERN_C LSTATUS _cicRegKey_EnumValue | ( | CicRegKey & | self, |
DWORD | dwIndex, | ||
LPTSTR | lpValueName, | ||
DWORD | cchValueName | ||
) |
Definition at line 39 of file cicreg.cpp.
Referenced by CicRegKey::EnumValue().
EXTERN_C LSTATUS _cicRegKey_Open | ( | CicRegKey & | self, |
HKEY | hKey, | ||
LPCTSTR | lpSubKey, | ||
REGSAM | samDesired | ||
) |
Definition at line 12 of file cicreg.cpp.
Referenced by CicRegKey::Open().
EXTERN_C LSTATUS _cicRegKey_QuerySz | ( | CicRegKey & | self, |
LPCTSTR | pszValueName, | ||
LPTSTR | pszValue, | ||
DWORD | cchValueMax | ||
) |
Definition at line 50 of file cicreg.cpp.
Referenced by CicRegKey::QuerySz().
Definition at line 60 of file cicreg.cpp.
Referenced by CicRegKey::RecurseDeleteKey().