BOOL CBCGPWorkspace::WriteSectionObject | ( | LPCTSTR | lpszSubSection, |
LPCTSTR | lpszEntry, | ||
CObject & | obj | ||
) |
Stores CObject - derived object data in a specified value field of a specified key.
lpszSubSection | Specifies the name of a key. |
lpszEntry | Specifies the value field to be set. If a value field with this name does not already exist in the key, it is added. |
obj | Specifies the data to be stored. |