Windows2003-3790/sdktools/trace/tracewpp/crc32.h
2020-09-30 16:53:55 +02:00

15 lines
170 B
C

#ifdef __cplusplus
extern "C" {
#endif
ULONG32
FstubCrc32(
ULONG32 dwCrc,
PVOID pvBuffer,
SIZE_T cbBuffer
);
#ifdef __cplusplus
};
#endif