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.
 
 
 
 
 
 

37 lines
561 B

/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
crc32.g
Abstract:
CRC-32 alogorithm prototypes and constants
Author:
MikeSw
Revision History:
31-Mar-94 MikeSw Created
--*/
//////////////////////////////////////////////////////////////
//
// Function prototypes for CRC-32
//
//////////////////////////////////////////////////////////////
void
Crc32( unsigned long crc,
unsigned long cbBuffer,
LPVOID pvBuffer,
unsigned long SEC_FAR * pNewCrc);