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

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
covpg.h
Abstract:
Functions for manipulating cover page structures
Environment:
User mode
Revision History:
01/04/2000 -LiranL-
Created it.
mm/dd/yyyy -author-
description
--*/
#include "prtcovpg.h"
VOID
FreeCoverPageFields(
PCOVERPAGEFIELDS pCPFields
);
PCOVERPAGEFIELDS
CollectCoverPageFields(
PFAX_PERSONAL_PROFILE lpSenderInfo,
DWORD pageCount
);