messiah_main.h


messiahAPI main include file

Version:
1.1
Date:
6/07/03
This is the only header file from the messiahAPI that your projects need to include directly. You will indirectly include the headers from the rest of the API by defining certain symbols prior to including this file. To include all of the API's headers you will define the _MESSIAH_FULL_API symbol, all headers will then be included.
If you choose to only include the headers relating to the specific type of modules you will be creating then you can define one of the following:
Remember though that just because you have included the headers for a particular component does not mean that it is accessible to you. Before you use any it's functions, you must first retrieve the component from messiah, see Components for more information.


General Macros



#define FX_TRUE
 Returned from a function to indicate success. (1).

#define FX_FALSE
 Returned from a function to indicate failure. (0).

#define FX_YES
 Returned from a function to indicate success. (1).

#define FX_NO
 Returned from a function to indicate failure. (0).

#define FX_NOFLAG
 Passed as a function's "flags" parameter when no flags are to be set. (0).


© 2003 pmG WorldWide, LLC.


www.projectmessiah.com

groups.yahoo.com/pmGmessiah

Last Updated on Thu Jul 10 04:49:37 2003