Share via


IsNamedEventSignaled (Compact 2013)

3/28/2014

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

See Also

Reference

Kernel Functions