ISubscriber::Notify (Windows CE 5.0)
This method notifies a subscriber of events. The subscriber service calls this method. For more information about the subscriber service, see Publisher Characteristics.
HRESULT Notify(DWORD dwEventCode,DWORD dwFlags);
Parameters
- dwEventCode
[in] Code for the event. - dwFlags
[in] Flags associated with the event.
Return Values
The following table shows the return values for this method.
Value | Description |
---|---|
S_OK | The call was successfully completed. |
E_FAIL | Unable to complete the call. |
Remarks
The publisher may call this method to notify subscribers of publisher-defined events.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: CEPubSub.h (for development workstation), CEPubSubPS.h (for target device), CePubSub.idl.
Link Library: Rts.lib (for development workstation), PSPubSubCE.lib (for target device).
See Also
Send Feedback on this topic to the authors