Defines | Functions

include/Nex/Nex.h File Reference

Main header to be used by application developers. More...

#include <Nex/INex.h>
#include <Nex/INexDevice.h>
#include <Nex/NexCommon.h>
#include <Nex/NexKeys.h>

Go to the source code of this file.

Defines

#define NEX_API

Functions

NexErrorCode NEX_API NexCreateInstance (INex **nexReturn, int flags)
 Creates an instance of the Nex object.

Detailed Description

Main header to be used by application developers.


Define Documentation

#define NEX_API

Function Documentation

NexErrorCode NEX_API NexCreateInstance ( INex **  nexReturn,
int  flags 
)

Creates an instance of the Nex object.

Parameters:
[out]nexReturnPointer to receive address of new Nex object, set to NULL on error.
[in]flagsCurrently unused, must be set to zero.
Returns:
One of the NexErrCode values
 All Classes Files Functions Variables Enumerations Enumerator Defines