This method of the IPersist interface retrieves the CLSID of an object. The CLSID is a unique value that identifies the code that can manipulate the persistent data.
public _Guid GetClassID();
S_OK -- The CLSID was successfully retrieved.
E_FAIL -- The CLSID could not be retrieved.