FloatWindow

[This is preliminary documentation and subject to change.]

The FloatWindow function is used to create a floating window within the Routing and Remote Access Administrator user interface (UI). The floating window is used to contain the plugin control.

FloatWindow (
  REFCLSID rguidModule,      // CLSID representing the object
  REFCLSID rclsidCtrl,       // CLSID of ActiveX Control to create
  IMprUIPlugin* pConnection, // Plugin node making request
  DWORD dwContext,           // constant context to ActiveX Control
  PWCHAR pszTitle            // Title of floating window
);
 

Parameters

rguidModule
The Class Identifier (CLSID) of the plugin module object.
rclsidCtrl
The Class Identifier (CLSID) of the ActiveX® control to create.
pConnection
Pointer to the plugin module making the request.
dwContext
Constant context passed to the ActiveX control.
pszTitle
The Title of the floating window.

Return Values

The FloatWindow function has no return values.

Remarks

Use CoTaskMemAlloc to allocate memory for pszTitle.