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.
TS3Message.h
/* |
* File: TS3Message.h |
* |
* Copyright © 1996 Apple Computer, Inc. |
*/ |
#ifndef __TS3Message__ |
#define __TS3Message__ |
void Message_Init( |
void); |
void Message_Exit( |
void); |
#define Message_CheckError(inErr,inInRoutine,inFromRoutine) \ |
_Message_CheckError(inErr,inInRoutine,inFromRoutine,__FILE__,__LINE__) |
void _Message_CheckError( |
OSStatus inErr, |
const char* inInRoutine, |
const char* inFromRoutine, |
const char* inFile, |
unsigned long inLine); |
#endif /* __TS3Message__ */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-14