Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
sources/PGPUAMclientProtocol.h
#pragma mark PGPUAM Login Command |
typedef void (*LoginIdleProcPtr) (); |
//------------------------------------------------------------------------------------ |
// PGPUAM Login Command |
//------------------------------------------------------------------------------------ |
OSStatus SndLoginCmd( ClientUAMCallbackRec *callbacks, |
StringPtr serverVersion, |
StringPtr uamName, |
StringPtr userName, |
StringPtr challengeString, |
OTAddress *serverAddress, |
UInt8 *replyBuffer, |
UInt32 replyBufferSize, |
UInt32 *actReplyBufferSize, |
short *sessionRefNum, |
LoginIdleProcPtr idleProc |
); |
//------------------------------------------------------------------------------------ |
// PGPUAM Login Continue Command |
//------------------------------------------------------------------------------------ |
OSStatus SndLoginContinueCmd( ClientUAMCallbackRec *callbacks, |
short sessionRefNum, |
StringPtr answerString, |
UInt8 *replyBuffer, |
UInt32 replyBufferSize, |
UInt32 *actReplyBufferSize, |
LoginIdleProcPtr idleProc |
); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-07-22