Important: The information in this document is obsolete and should not be used for new development.
The Client List Structure
When you issue a yield port request with theOTYieldPortRequestfunction"OTYieldPortRequest", thebufferparameter points to a client list structure that identifies the clients that denied the request.The client list structure is defined by the OTClientList data type.
struct OTClientList { size_tfNumClients; UInt8 fBuffer[4]; }; typedef struct OTClientList OTClientList;
Field Description
fNumClients- The number of clients in the
fBufferarray, normally 1.fBuffer- An array of packed Pascal strings enumerating the name of each client that rejected the request--that is, the names under which the clients registered themselves as an Open Transport clients.