CeEventNext (Compact 7)
3/12/2014
This function moves the internal pointer to the next valid event.
Syntax
EXTERN_C
ULONG
EVNTAPI
CeEventNext(
_in HANDLE hSubscription
);
Parameters
- hSubscription
[in] Handle to a subscription.
Return Value
If this function returns an error, there are no more events for the subscriber to read, and the subscriber can continue to wait for hSubscription.
Remarks
When a subscriber has finished with an event, it calls this function to move to the next event.
Requirements
Header |
EvntCons.h |
Library |
filesys.dll |