windows-nt/Source/XPSP1/NT/sdktools/trace/tracewpp/crc32.h
2020-09-26 16:20:57 +08:00

15 lines
156 B
C

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