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
- If
pInterface
points to aKVPDFInterface
structure initialized using theKVStructInit()
macro, the return value isTRUE
, showing that the function pointers of the interface structure have been set. - If
pInterface
is NULL or theKVStructHeader
of theKVPDFInterface
structure are not set correctly, the return value isFALSE
.