IsNamedEventSignaled (Windows Embedded CE 6.0)
1/6/2010
This function checks if a named event is signaled.
Syntax
BOOL IsNamedEventSignaled(
LPCWSTR pszName,
DWORD dwFlags
);
Parameters
- pszName
[in] Name of the event.
- dwFlags
[in] Reserved. This parameter must be set to zero.
Return Value
A nonzero value indicates that the event is signaled. FALSE indicates that the event is not signaled.
Requirements
Header | pkfuncs.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 5.0 and later |