Table of Contents

InitAPI

Description

Initialise the CExtAPI instance. This function must be called before any other member functions of CExtAPI.

Function prototype

bool CExtAPI::InitAPI(FARPROC pFunc, void* hID);

Arguments

Name Type Comment
pFunc FARPROC A parent application function handle.
hID void* A plugin identifier handle.

Return value

False if an error has occurred, and true otherwise.

Comments

The arguments for this function are passed from the parent application via the ExtInitPlugin function.