Registers with OLE the instance of an EXE application’s IMessageFilter interface, which is to be used for handling concurrency issues. DLL object applications cannot register a message filter.
HRESULT CoRegisterMessageFilter(
|
LPMESSAGEFILTER lpMessageFilter, |
//Pointer to interface |
|
LPMESSAGEFILTER * lplpMessageFilter |
//Indirect pointer to prior instance if non-NULL |
|
); |
Parameters
Return Values