KVPDFGetInterface()

This function is exported by the Export definition file. It supplies function pointers to other PDF Export functions. When KVPDFGetInterface() is called, it assigns the function pointers to the structure pointed to by pInterface.

Syntax

BOOL KVPDFGetInterface(KVPDFInterface *pInterface);

Arguments

pInterface A pointer to the structure KVPDFInterface, initialized by using the KVStructInit() macro.

Returns