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
.
void pascal KVPDFGetInterface (KVPDFInterface *pInterface);
pInterface
|
A pointer to the structure KVPDFInterface , initialized by using the KVStructInit() macro. |
pInterface
points to a KVPDFInterface
structure initialized using the KVStructInit()
macro, the return value is TRUE
, showing that the function pointers of the interface structure have been set.pInterface
is NULL or the KVStructHeader
of the KVPDFInterface
structure are not set correctly, the return value is FALSE
.
|