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
|
A pointer to the structure |
Returns
None.
Discussion
-
One of the initial steps in using the HTML Export API is to create an instance of a
KVHTMLInterfaceEx
structure and use this function to gain access to other functions. -
You can call the API functions directly. For example, you can call
KVHTMLGetSummaryInfo()
instead of usingfpGetSummaryInfo()
inKVHTMLInterfaceEx
. However, Micro Focus recommends that you assign the function pointers inKVHTMLInterfaceEx
to the functions for efficiency.