Leaked source code of windows server 2003
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.

40 lines
560 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. covpg.h
  5. Abstract:
  6. Functions for manipulating cover page structures
  7. Environment:
  8. User mode
  9. Revision History:
  10. 01/04/2000 -LiranL-
  11. Created it.
  12. mm/dd/yyyy -author-
  13. description
  14. --*/
  15. #include "prtcovpg.h"
  16. VOID
  17. FreeCoverPageFields(
  18. PCOVERPAGEFIELDS pCPFields
  19. );
  20. PCOVERPAGEFIELDS
  21. CollectCoverPageFields(
  22. PFAX_PERSONAL_PROFILE lpSenderInfo,
  23. DWORD pageCount
  24. );