+ // return the text representation (in REGEDIT4 format) of the value with the
+ // given name
+ wxString FormatValue(const wxString& name) const;
+
+
+ WXHKEY m_hKey, // our handle
+ m_hRootKey; // handle of the top key (i.e. StdKey)
+ wxString m_strKey; // key name (relative to m_hRootKey)
+ WOW64ViewMode m_viewMode; // which view to select under WOW64
+ AccessMode m_mode; // valid only if key is opened
+ long m_dwLastError; // last error (0 if none)
+
+
+ wxDECLARE_NO_COPY_CLASS(wxRegKey);