Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 26 - Ports Reference / Constants and Data Types


The Client List Structure

When you issue a yield port request with the OTYieldPortRequest function"OTYieldPortRequest", the buffer parameter 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 fBuffer array, 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.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998