Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File13.7.2 The OBNCOMM structure TOS The OBNCOMM structure is built up as follows: typedef struct _obncomm { int type; void *ptr; int chr; void *env; } OBNCOMM; The field type contains one message number at a time. Depending on this number, the other entries of the structure are then filled. 'int' is a signed 16-bit integer, 'void *' is a pointer to 'something' i.e. it is not at first specified particularly what type of data the pointer points to.