Initialize function

[This documentation is preliminary and is subject to change.]

Initialize the AXE engine portion of the AXE core.

Syntax

 HRESULT Initialize(
  _Out_  IEngine **pEngine
);

Parameters

  • pEngine [out]
    A double pointer to receive the Engine pointer.

Return value

If the function succeeds, return S_OK.

If AXE has already been initialized and is in use, return AXE_E_ALREADY_INIT.

If the AXE could not be initialized, return AXE_E_INIT_FAILED.

If pEngine is NULL, the return E_POINTER.

 

 

Build date: 9/6/2011