Container for a single, specific start-up directive given to the RIP. More...
#include "swstart.h"
Data Fields | |
| int32 | tag | 
| The tag, which controls how the rest of the structure is interpreted by the RIP. This must be set to SWEndTag for the final entry.  | |
| union { | |
| } | value | 
| The control parameter, whose meaning is determined by the tag.  | |
Container for a single, specific start-up directive given to the RIP.
The SwStart() function is passed an array of these structures. The size of the array is not specified, but the final entry must have a tag value of SWEndTag to terminate the list.