Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.