[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
);
The FloatWindow function has no return values.
Use CoTaskMemAlloc to allocate memory for pszTitle.