SurfaceCLSID method
Retrieves the class identifier (CLSID) of the surface.
Syntax
GUID retVal = object.SurfaceCLSID();
Parameters
This method has no parameters.
Remarks
Derived classes must override this virtual function.
The base class calls this method to determine the class identifier of the derived class. This is used mainly for Component Object Model (COM) persistence support.