Microsoft DirectX 9.0

CFactoryTemplate::m_lpfnInit

Pointer to a function that gets called from the DLL entry point. Can be NULL.

Syntax

typedef void (CALLBACK *LPFNInitRoutine)(BOOL bLoading, const CLSID *rclsid);

LPFNInitRoutine m_lpfnInit;

Remarks

If you provide this function in your DLL, the DLL entry-point function calls it with following parameters:

See Also