CArchive::SetObjectSchema
Visual Studio 2010
Call this member function to set the object schema stored in the archive object to nSchema.
void SetObjectSchema( UINT nSchema );
The next call to GetObjectSchema will return the value stored in nSchema.
Use SetObjectSchema for advanced versioning; for example, when you want to force a particular version to be read in a Serialize function of a derived class.