BuildBDS
short BuildBDS(bufPtr, bdsPtr, buffSize); Ptr bufPtr; pointer to data buffer Ptr bdsPtr; address of the BDS short buffSize; Buffer length
returns a short
BuildBDS builds a BDS, for use with ATP calls bufPtr is the BDS structure's address.
bdsPtr is the BDS's address.
buffSize specifies the length of the data buffer.
Notes: The buffer will be broken up into pieces of maximum size (578 bytes).
The user bytes in the BDS are not modified by this routine. This routine is
provided only as a convenience, generally, the caller will be able to build
the BDS completely from a high-level language without it.