windows-nt/Source/XPSP1/NT/printscan/fax/provider/t30/headers/awcover.h
2020-09-26 16:20:57 +08:00

9 lines
361 B
C

/* Returns TRUE for success, FALSE for failure */
/* Fills in lphsfile on success with handle to file containing 200 x 200 HRAW
cover page, with paper size 1728 x 2100 */
typedef BOOL (WINAPI *CREATECOVPAGEPROC)(LPSOSSESSION, LPMESSAGESOS, LPhSecureFile);
BOOL WINAPI CreateCovPage(LPSOSSESSION lpSession, LPMESSAGESOS lpMsg,
LPhSecureFile lphSFile);