FX_PRIVATEDATA Struct Reference

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.
 

Detailed Description

The struct for private data structure.

Member Function Documentation

◆ FreeData()

void FX_PRIVATEDATA::FreeData ( )

Free the private data pointed by m_pData.

Returns
None.

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.