PLGMSG_DELPLUGIN Message |
The PLGMSG_DELPLUGIN message is sent to all plug-ins when the plug-in is being unloaded. This is the last message sent to a plug-in
Syntax
EXTERN EXPORT BOOL PluginCallBack( |
Parameters
- wParam
- This parameter is not used.
- lParam
- This parameter is not used.
Return Value
The plug-in should return a BOOL value, TRUE on success and FALSE on failure.
Message Information
Header plugin.h