C++
ACCORE_PORT bool acedRemoveWatchWinMsg( const AcedWatchWinMsgFn pfn );
File
core_rxmfcapi.h
Description
Removes the filter message hook.
Returns TRUE if successfully removes the hook. Otherwise, returns FALSE.
AcedWatchWinMsgFn is typedef void (* AcedWatchWinMsgFn)(const MSG*);
Parameters
Parameters | Description |
---|---|
pfn | Pointer to AcedWatchWinMsgFn to be removed. |