DLGCALLBACKFILEPREVIEWDATA

Summary

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

Syntax

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

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.

See Also

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

LEADTOOLS Common Dialog C++ Class Library Help

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