KVHTMLGetInterfaceEx()

NOTE: This function has been superseded by KVHTMLGetInterfaceEx2(); KVHTMLInterfaceEx2() should be used instead of KVHTMLInterfaceEx().

This is exported by the Export definition file. It supplies function pointers to other Export functions. When KVHTMLGetInterfaceEx() is called, it assigns the function pointers in the KVHTMLInterfaceEx structure to other functions described in this chapter. For example, KVHTMLInterfaceEx.fpInit is assigned to point to KVHTMLInitEx().

Syntax

void pascal KVHTMLGetInterfaceEx (KVHTMLInterfaceEx *pInterface);

Arguments

pInterface

A pointer to the structure KVHTMLInterfaceEx. See KVHTMLInterfaceEx.

Returns

None.

Discussion