示例#1
0
文件: events.c 项目: Appercode/mono
/* NB, always called with the shared handle lock held */
static gboolean namedevent_own (gpointer handle)
{
	return event_handle_own (handle, MONO_W32HANDLE_NAMEDEVENT);
}
示例#2
0
/* NB, always called with the shared handle lock held */
static gboolean namedevent_own (gpointer handle, guint32 *statuscode)
{
	return event_handle_own (handle, MONO_W32HANDLE_NAMEDEVENT, statuscode);
}