Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members  

module.h File Reference

Structures and definitions related to the XPLC module ABI (Application Binary Interface). More...

Go to the source code of this file.

Compounds

struct  XPLC_ComponentEntry
 Entry for a component. More...

struct  XPLC_ModuleInfo
 Information for an XPLC module. More...


Defines

#define XPLC_MODULE_MAGIC   0x58504c43UL
 XPLC module magic number.

#define ENTRYPOINT   extern "C"
 Defines attributes required for exported symbols.


Variables

ENTRYPOINT const XPLC_ModuleInfo XPLC_Module
 Definition of the XPLC module information structure.


Detailed Description

Structures and definitions related to the XPLC module ABI (Application Binary Interface).


Define Documentation

#define XPLC_MODULE_MAGIC   0x58504c43UL
 

XPLC module magic number.

Used to ensure that we are dealing with a valid XPLC module.


Variable Documentation

ENTRYPOINT const XPLC_ModuleInfo XPLC_Module
 

Definition of the XPLC module information structure.

This structure should be initialized appropriately in a loadable XPLC module.


Generated on Sun Sep 26 04:01:25 2004 for XPLC by doxygen1.2.18