IPersistGetClassID Method

Retrieves the class identifier (CLSID) of the object.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
void GetClassID(
	ref Guid refClassID
)

Parameters

refClassID  Guid
A pointer to the location that receives the CLSID on return.

The CLSID is a globally unique identifier (GUID) that uniquely represents an object class that defines the code that can manipulate the object's data.

See Also