Share via


CWinAppEx::WriteSectionObject

Writes data derived from the CObject Class to a specific registry value.

BOOL WriteSectionObject(
   LPCTSTR lpszSubSection,
   LPCTSTR lpszEntry,
   CObject& obj 
);

Parameters

  • [in] lpszSubSection
    A string that contains the name of a registry key.

  • [in] lpszEntry
    A string that contains the name of the value to set.

  • [in] obj
    The data to store.

Return Value

TRUE if this method is successful; otherwise FALSE.

Remarks

The lpszSubSection parameter is not an absolute path for a registry entry. It is a relative path that is appended to the end of the default registry key for your application. To get or set the default registry key, use the methods CWinAppEx::GetRegistryBase and CWinAppEx::SetRegistryBase, respectively.

If the value specified by lpszEntry does not exist under the registry key specified by lpszSubSection, this method will create that value.

Requirements

Header: afxwinappex.h

See Also

Reference

CWinAppEx Class

Hierarchy Chart