GetTaskSignals

Gets the currently received signal bits.

Synopsis

int32 GetTaskSignals( Task *t )

Description

This macro returns the signal bits that have been received by the specified task. For information about signals, see the description of the AllocSignal() procedure and the "Communicating Among Tasks" chapter in the 3DO Portfolio Programmer's Guide.

Return Value

A 32-bit word in which all currently received signal bits for the task are set.

Implementation

Macro implemented in task.h V21.

Associated Files

task.h
ANSI C Macro

See Also

AllocSignal(), FreeSignal(), SendSignal(), WaitSignal()