DLGCALLBACKFILEPREVIEWDATA

typedef struct _DLGCALLBACKFILEPREVIEWDATA 
{ 
   L_UINT uStructSize; 
   L_TCHAR szFileName[L_MAXPATH]; 
   L_UINT uPageNumber; 
   pBITMAPHANDLE pFileBitmap; 
} DLGCALLBACKFILEPREVIEWDATA, * LPDLGCALLBACKFILEPREVIEWDATA; 

The callback function that will be called to provide with information for the previewed file.

Members

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

szFileName[L_MAXPATH]

Character string containing the name of the previewed file.

uPageNumber

Number of the previewed page.

pFileBitmap

Pointer to the bitmap handle.

Comments

This structure will give you information about the previewed file.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Common Dialog C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.