CSettingsStore::Read
讀取金鑰的值在登錄中。
virtual BOOL Read(
LPCTSTR pszKey,
int& iVal
);
virtual BOOL Read(
LPCTSTR pszKey,
DWORD& dwVal
);
virtual BOOL Read(
LPCTSTR pszKey,
CString& sVal
);
virtual BOOL Read(
LPCTSTR pszKey,
CStringList& scStringList
);
virtual BOOL Read(
LPCTSTR pszKey,
CStringArray& scArray
);
virtual BOOL Read(
LPCTSTR pszKey,
CDWordArray& dwcArray
);
virtual BOOL Read(
LPCTSTR pszKey,
CWordArray& wcArray
);
virtual BOOL Read(
LPCTSTR pszKey,
CByteArray& bcArray
);
virtual BOOL Read(
LPCTSTR pszKey,
LPPOINT& lpPoint
);
virtual BOOL Read(
LPCTSTR pszKey,
CRect& rect
);
virtual BOOL Read(
LPCTSTR pszKey,
BYTE** ppData,
UINT* pBytes
);
virtual BOOL Read(
LPCTSTR pszKey,
CObList& list
);
virtual BOOL Read(
LPCTSTR pszKey,
CObject& obj
);
virtual BOOL Read(
LPCTSTR pszKey,
CObject*& pObj
);
參數
[in] pszKey
out 包含值的名稱從登錄讀取的 NULL 結尾字串的指標。[out] iVal
out 接收值的整數變數的參考從登錄機碼讀取。[out] dwVal
out 接收值的 32 位元 Double Word 變數的參考從登錄機碼讀取。[out] sVal
out 接收值字串變數的參考從登錄機碼讀取。[out] scStringList
out 接收值的字串清單變數的參考從登錄機碼讀取。[out] scArray
out 接收值的字串陣列變數的參考從登錄機碼讀取。[out] dwcArray
參考至接收從登錄機碼讀取值的 32 位元 Double Word 陣列變數。[out] wcArray
out 接收值的 16 位元文字陣列變數的參考從登錄機碼讀取。[out] bcArray
out 接收值的位元組陣列變數的參考從登錄機碼讀取。[out] lpPoint
指標的參考會接收值的 POINT 結構從登錄機碼讀取。[out] rect
out 接收值的 CRect 變數的參考從登錄機碼讀取。[out] ppData
指標的指標會接收值的資料從登錄機碼讀取。[out] pBytes
將不帶正負號的整數變數的指標。 這個變數會接收 ppData 指向的緩衝區大小。[out] list
out 接收值的 CObList 變數的參考從登錄機碼讀取。[out] obj
out 接收值的 CObject 變數的參考從登錄機碼讀取。[out] pObj
指標的參考會接收值的變數 CObject 從登錄機碼讀取。
傳回值
如果不是零,則成功,則為 0。
備註
Read 檢查 pszKey 做為 m_hKey子機碼。
需求
標題: afxsettingsstore.h