DLGCALLBACKFILEPREVIEWDATA (original) (raw)
Summary
The callback function that will be called to provide with information for the previewed file.
Syntax
typedef struct _DLGCALLBACKFILEPREVIEWDATA
{
[L_UINT](../../main/api/leadtools-basic-data-types.html) uStructSize;
[L_TCHAR](../../main/api/leadtools-basic-data-types.html) szFileName[L_MAXPATH];
[L_UINT](../../main/api/leadtools-basic-data-types.html) uPageNumber;
[pBITMAPHANDLE](../../main/api/bitmaphandle.html) 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.