xMac.h File Reference

#include <afxwin.h>
#include <afxext.h>
#include <mmsystem.h>
#include <vfw.h>
#include <io.h>
#include <direct.h>
#include <xMfcExt.h>

Include dependency graph for xMac.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define XMAC_API   AFX_EXT_API
#define XMAC_CLASS   AFX_EXT_CLASS
#define _CPX_LIB
#define FREE_MEMORY(mem)   if(mem) { free(mem); mem = 0; }
#define DELETE_OBJECT(obj)   if(obj) { delete obj; obj = 0; }
#define DELETE_ARRAY(obj)   if(obj) { delete [] obj; obj = 0; }
#define DELETE_GDIOBJ(obj)   if(obj) { DeleteObject(obj); obj = 0; }


Define Documentation

#define _CPX_LIB
 

Definition at line 25 of file xMac.h.

#define DELETE_ARRAY obj   )     if(obj) { delete [] obj; obj = 0; }
 

Definition at line 29 of file xMac.h.

#define DELETE_GDIOBJ obj   )     if(obj) { DeleteObject(obj); obj = 0; }
 

Definition at line 30 of file xMac.h.

#define DELETE_OBJECT obj   )     if(obj) { delete obj; obj = 0; }
 

Definition at line 28 of file xMac.h.

#define FREE_MEMORY mem   )     if(mem) { free(mem); mem = 0; }
 

Definition at line 27 of file xMac.h.

#define XMAC_API   AFX_EXT_API
 

Definition at line 21 of file xMac.h.

#define XMAC_CLASS   AFX_EXT_CLASS
 

Definition at line 22 of file xMac.h.


This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:50 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001