KVPDFThumbnailOptions
typedef struct tag_KVPDFThumbnailOptions { KVStructHeader; char pszSourceFilePassword[MAX_PASSWORD_LEN]; } KVPDFThumbnailOptions;
Member Descriptions
KVStructHeader
|
The KeyView version of the structure. See KVStructHead. |
pszSourceFilePassword
|
A fixed length char array, which should either be left zero-filled, or contain a password as a null-terminated C string. |