Home | History | Annotate | Download | only in base

Lines Matching refs:DWORD

36   bool CreateWithDisposition(HKEY rootkey, CTP subkey, DWORD* disposition,
50 DWORD ValueCount(); // Count of the number of value extant
64 bool ReadValue(CTP name, void * data, DWORD * dsize, DWORD * dtype = NULL);
66 bool ReadValueDW(CTP name, DWORD * value); // Named to differ from tstr*
68 bool WriteValue(CTP name, const void * data, DWORD dsize,
69 DWORD dtype = REG_BINARY);
71 bool WriteValue(CTP name, DWORD value);
107 void const * data, DWORD dsize,
108 DWORD dtype = REG_BINARY) {
122 void* data, DWORD* dsize, DWORD* dtype = NULL) {
156 DWORD ValueCount() const; // count of the number of subkeys extant
166 DWORD ValueSize() const { return value_size_; }
167 DWORD Type() const { return type_; }
180 DWORD value_size_;
181 DWORD type_;
192 DWORD SubkeyCount() const; // count of the number of subkeys extant