CWinAppEx::GetSectionBinary

将从注册表中读取二进制数据。

BOOL GetSectionBinary(
   LPCTSTR lpszSubSection,
   LPCTSTR lpszEntry,
   LPBYTE* ppData,
   UINT* pBytes 
);

参数

  • [in] lpszSubSection
    包含注册表项的相对路径的字符串。

  • [in] lpszEntry
    包含值读取的字符串。

  • [out] ppData
    对方法存储数据的缓冲区的指针。

  • [out] pBytes
    为无符号整数的指针。方法编写 ppData 大小与此参数的。

返回值

True,如果成功;否则 false。

备注

此方法读取使用方法 CWinAppEx::WriteBinaryCWinAppEx::WriteSectionBinary,写到注册表编写的二进制数据。

lpszSubSection 参数不是注册表项的绝对路径。它是追加到默认注册表项的结束应用程序的相对路径。获取或设置默认注册表项,请使用方法单个 CWinAppEx::GetRegistryBaseCWinAppEx::SetRegistryBase

要求

标头: afxwinappex.h

请参见

参考

CWinAppEx选件类

层次结构图

CWinAppEx::WriteBinary

CWinAppEx::WriteSectionBinary

CWinAppEx::GetRegistryBase