IVHooks interface : GetUserInterface method

GetUserInterface method
Event
The user chose Tools  > Open Hooks Plugin for… in the VWorks main window and then clicked the plugin’s file name.
Description
VWorks software calls the GetUserInterface method when the user chooses Tools  > Open Hooks Plugin for… in the VWorks main window and then clicks the plugin’s file name. The plugin responds by opening its user interface in a modal window. A call to this method should not return until the user closes the window. If the plugin does not provide a user interface, it should return E_NOTIMPL (0x80004001).
Syntax
 
HRESULT GetUserInterface(
[in, out] BSTR* pResultXML
);
Parameters