GetCurrentSignals

Gets the currently received signal bits.

Synopsis

int32 GetCurrentSignals( void )

Description

This macro returns the signal bits that have been received for the current 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 are set.

Implementation

Macro implemented in kernel.h V20.

Associated Files

kernel.h
ANSI C Macro

See Also

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