- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [File List](files.md)
- [File Members](globals.md)
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.
Define Documentation
| 
| #define DELETE_ARRAY | ( | obj |  | ) | if(obj) { delete [] obj; obj = 0; } |  | 
| 
| #define DELETE_GDIOBJ | ( | obj |  | ) | if(obj) { DeleteObject(obj); obj = 0; } |  | 
| 
| #define DELETE_OBJECT | ( | obj |  | ) | if(obj) { delete obj; obj = 0; } |  | 
| 
| #define FREE_MEMORY | ( | mem |  | ) | if(mem) { free(mem); mem = 0; } |  | 
| 
| #define XMAC_API   AFX_EXT_API |  | 
| 
| #define XMAC_CLASS   AFX_EXT_CLASS |  | 
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