Namespace: Rx::LFR – Class: CExport – Header: Rx.LFR/Export.h

CExport::GetInterface Method

C++
void* GetInterface(EExportInterface eInterface)

Gets the interface defined by the given interface ID.

Parameters

[EExportInterface] eInterface

[in] The interface ID.

Returns

void*

Null if it fails, else the interface.