ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

#include <fbtreg.h>

Public Member Functions

 CReg (LPCSTR lpszSubKey, HKEY hRootKey=HKEY_CURRENT_USER, REGSAM regSam=KEY_ALL_ACCESS, BOOL bCreate=TRUE)
 ~CReg ()
BOOL GetValue (LPCSTR lpszValueName, LPVOID lpvData, DWORD *dwBuffSize=NULL, DWORD *dwDataType=NULL)
BOOL GetValue (LPCSTR lpszValueName, LPSTR lpszValue, DWORD dwBalueSize)
BOOL GetValue (LPCSTR lpszValueName, DWORD &dwData)
BOOL GetValue (LPCSTR lpszValueName, BOOL &bData)
BOOL SetValue (LPCSTR lpszValueName, const LPVOID lpvData, DWORD dwDataSize, DWORD dwDataType=REG_SZ)
BOOL SetValue (LPCSTR lpszValueName, LPCSTR lpszValue, DWORD dwDataSize=0, DWORD dwDataType=REG_SZ)
BOOL SetValue (LPCSTR lpszValueName, LPSTR lpszValue, DWORD dwValueSize)
BOOL SetValue (LPCSTR lpszValueName, DWORD dwData)
BOOL SetValue (LPCSTR lpszValueName, BOOL bData)
BOOL DeleteValue (LPCSTR lpszValueName)
BOOL DeleteValues ()
BOOL DeleteKey (LPCSTR lpszKeyName)
BOOL IsValid ()

Protected Member Functions

LONG Create (LPCSTR lpszSubKey, HKEY hRootKey, HKEY *hKey=NULL, REGSAM regSam=NULL)
LONG Open (LPCSTR lpszSubKey, HKEY hRootKey, HKEY *hKey=NULL, REGSAM regSam=NULL, BOOL bCreate=TRUE)
BOOL DeleteKey (HKEY hRootKey, HKEY hKey, LPCSTR szKey, LPCSTR szSubKey)

Protected Attributes

char m_szKey [1024]
HKEY m_hRootKey
HKEY m_hKey

Detailed Description

Definition at line 4 of file fbtreg.h.


The documentation for this class was generated from the following file:
  • drivers/bluetooth/fbtusb/include/fbtreg.h

Generated on Sat May 26 2012 06:17:08 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.