Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.