PluginExecute
|
The PluginExecute function
called when all setup is complete and the user clicks on the plugin's menu
item.
| function
PluginExecute(
): DWORD;
stdcall; |
|
|
Parameters
|
Owner
|
[in] Specifies the Owner's
window handle.
|
|
|
Return Values
|
Return values are not checked at
this time. |
|
Remarks
|
This function MUST be exported
and declared as stdcall for compatibility with C++ DLLs. |
|
Requirements
|
Network Statistics 1.2
Full Header: none. See plugin template. |
|
See Also
|
|