BuildBDS
BuildBDS Build a BDS
#include <AppleTalk.h> AppleTalk Manager
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.
Returns: a short

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.