Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
361 B

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