PSetSelfSend
PSetSelfSend Enable or disable intranode delivery
#include <AppleTalk.h> AppleTalk Manager
OSErr PSetSelfSend( thePBptr, async);
MPPPBPtr thePBptr; address of an MPPParamBlock structure
Boolean async; 0=await completion; 1=immediate return
returns Error Code; 0=no error
PSetSelfSend enables or disables the intranode deliver feature of the
thePBptr is a pointer to an MPPParamBlock structure. The relevant fields are
as follows:
Out-InName Type Size Offset Description
Æ csCode short 2 26 Always PSetSelfSend
Æ newSelfFlag short 2 28 New SelfSend flag
¨ oldSelfFlag char 1 29 Old SelfSend flag
async is a Boolean value. Use FALSE for normal ( synchronous) operation
or TRUE to enqueue the request and resume control immediately. See
Async I/O.
Returns: an operating system Error Code. It will be one of:
noErr (0) No error

Notes: If newSelfFlag is nonzero, the feature will be enabled; otherwise it will be
disabled. The previous value of the flag will be returned in oldSelfFlag.