GetPluginMIFlags
|
The GetPluginMIFlags
function is used to tell Network Statistics what Menu Item options should be
enabled.
function
GetPluginMIFlags( ): DWORD; stdcall; |
|
|
Parameters
Return Values
|
Returns any one of the following
Flags.
| Value |
Meaning |
| NS_PLUG_MIENABLED |
Menu Item is Enabled. |
| NS_PLUG_MIVISIBLE |
The Menu Item is Visible. |
| NS_PLUG_USEICON |
Ignored for now. |
| NS_PLUG_MICHECKED |
Check the Menu Item. There is currently no way to uncheck a menu
item. |
|
|
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
|
|