IsNamedEventSignaled (Windows CE 5.0)
This function checks if a named event is signaled.
BOOL IsNamedEventSignaled( LPCWSTR pszName, DWORD dwFlags);
Parameters
- pszName
[in] Name of the event to be queried. - dwFlags
[in] Reserved. This parameter must be set to 0.
Return Values
Returns a nonzero value if the event is signaled. Otherwise, FALSE is returned.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors