GetPluginDisplayName
|
The GetPluginDisplayName
function is used to tell Network Statistics what the plugin title is for adding
the appropriate menu item on the plugin list.
|
wSize:
word; lpszName: pchar
|
|
function
GetPluginDisplayName( ): DWORD;
stdcall; |
|
|
Parameters
|
wSize
|
[in] Specifies the amount
of memory allocated for the plugin Name. This is typically 255
bytes.
|
lpszName
|
[out] Returns the title of
this plugin.
|
|
|
Return Values
|
Return values are not
checked. |
|
Remarks
|
Do not assign a string value into
lpszName or allocate it. This memory is already allocated. Use string copy
function to copy a string into this value. 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
|
|