IPersistGetClassID Method
Retrieves the class identifier (CLSID) of the object.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
<PreserveSigAttribute>
Sub GetClassID (
ByRef refClassID As Guid
)
Dim instance As IPersist
Dim refClassID As Guid
instance.GetClassID(refClassID)
[PreserveSigAttribute]
void GetClassID(
Guid% refClassID
)
[<PreserveSigAttribute>]
abstract GetClassID :
refClassID : Guid byref -> unit
No code example is currently available or this language may not be supported.
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.