Home | History | Annotate | Download | only in win

Lines Matching refs:DWORD

34                              DWORD* disposition, REGSAM access);
46 DWORD ValueCount() const;
63 LONG ReadValue(const wchar_t* name, void* data, DWORD* dsize,
64 DWORD* dtype) const;
66 LONG ReadValueDW(const wchar_t* name, DWORD* value) const;
69 LONG WriteValue(const wchar_t* name, const void* data, DWORD dsize,
70 DWORD dtype);
72 LONG WriteValue(const wchar_t* name, DWORD value);
108 DWORD ValueCount() const;
118 DWORD ValueSize() const { return value_size_; }
119 DWORD Type() const { return type_; }
136 DWORD value_size_;
137 DWORD type_;
148 DWORD SubkeyCount() const;