CODSymbolConverter::ReadObjHeader

BOOL CODSymbolConverter::ReadObjHeader(CArchive & ar, CString& strClassName, UINT& nSchema, WORD& wTag, DWORD& dwObjectTag)

Reads the object header for a component saved via CArchive::WriteObject().

Defined in: OdSymbolConverter.cpp

Return Value

Non-zero if the header was successfully read.

Parameters

ar

CArchive object for open OD 1.01 symbol file.

strClassName

Reference to CString where the object's class name is to be returned.

nSchema

Reference to UINT where the schema number is to be returned.

wTag

Reference to WORD where the first word encountered reading the object tag is to be returned.

dwObjectTag

Reference to DWORD where the object tag used internally by CObject to map classes to MFC RTTI (CRuntimeClass) information and save/restore multiple references to an object is to be returned.