GetCLSID

[This is preliminary documentation and subject to change.]

The GetCLSID function provides an interface to obtain the CLSID (Class Identifier for the Microsoft® ActiveX® control that displays in the right-hand pane of the Routing and Remote Access Service Adinistrator user interface.

GetCLSID (
  CLSID**     ppClsid
);
 

Parameters

ppClsid
Pointer to a pointer that receives the CLSID for the ActiveX control.

Return Values

The GetCLSID function has no return values.

Remarks

Use CoTaskMemAlloc to allocate space for ppClsid.