function HighestPriorityEvent: Event;
function LowestPriorityEvnet Event
IMPLEMENTATION
... INTERFACE
end {unit Events}
Generic Pascal Pascal
C
C C C
C Static
Static
C
/ File:Event.h
Contains public declarations for the "Event" module. /
typedef int EVENT;
extern BOOL EventAvailable; / true if an event is available /
EVENT HighestPriorityEvent(void);
EVENT LowestPriorityEvent(void);
#include
/ File:_Event.h
Contains private declarations for the "Event" module. /
/ private declarations /
...
C# include Event
#include
,