Record TMsgPkg
Unit
Declaration
type TMsgPkg = record
Description
:
Queue item record.
Overview
Fields
Msg:TMSMsg; |
NextMsg:Pointer; |
PriorMsg:Pointer; |
Description
Fields
Msg:TMSMsg; |
Message. |
NextMsg:Pointer; |
Points to the next message. If is the last item of the queue, it's |
PriorMsg:Pointer; |
Points to the prior message. If is the first item of the queue, it's |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.