Foxit PDF SDK
|
Public Member Functions | |
void | FreeData () |
Free the private data pointed by m_pData. More... | |
Public Attributes | |
FX_BOOL | m_bSelfDestruct |
A boolean value to decide whether it is using self destruct for private data. If this is true, m_pData must point to a CFX_DestructObject derived object actually. | |
PD_CALLBACK_FREEDATA | m_pCallback |
Pointer of a callback function provided by custom module for deallocating private data. | |
FX_LPVOID | m_pData |
Private data. | |
FX_LPVOID | m_pModuleId |
Module ID. | |
The struct for private data structure.
void FX_PRIVATEDATA::FreeData | ( | ) |
Free the private data pointed by m_pData.