Windows2003-3790/sdktools/trace/tracewpp/crc32.h

15 lines
170 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifdef __cplusplus
extern "C" {
#endif
ULONG32
FstubCrc32(
ULONG32 dwCrc,
PVOID pvBuffer,
SIZE_T cbBuffer
);
#ifdef __cplusplus
};
#endif