Called when the framework wants you to initialise your component's interfaces.

Syntax

int InitInterfaces(
ComponentEntry* Entry
);

Parameters

Pointer to the ComponentEntry that is being initialised.

Returns

0 = Initialisation successful

non-zero = error value

Remarks

The framework only calls your InitInterfaces function if your QueryInitInterfaces returned true.

Requirements

See Also

QueryInitInterfacesFunc