Important: The information in this document is obsolete and should not be used for new development.
Data Structures
This section describes the data structures that you use to provide information to the multinode architecture implementation in the .MPP driver.
- You use the write-data structure to pass information to the
NetWrite
routine that identifies the length and location of the header and data portions of a packet to be sent from the multinode.- You use the address block record to pass to the
AddNode
routine the address of the multinode that you wish to acquire and to receive from the routine the actual multi-
node address that the .MPP driver assigns.- You use the multinode parameter block to pass and receive the input and output parameters for each multinode call.
Subtopics
- The Write-Data Structure
- The Address Block Record
- The Multinode Parameter Block