SetClassGUID
Purpose
The CMetaPersist class SetClassGUID function sets the globally unique class ID in the local object. This is the Class GUID of the class description object given or created for the class when the AIM was created.
Set this field when you want to read or write an object in the indicated class.
Syntax
void SetClassGUID(const GUID gCLSID);
Argument |
In/Out |
Description |
gCLSID |
In |
Class ID of the object. |