windows-nt/Source/XPSP1/NT/sdktools/trace/tracewpp/crc32.h

15 lines
156 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifdef __cplusplus
extern "C" {
#endif
ULONG32
FstubCrc32(
ULONG32 dwCrc,
PVOID pvBuffer,
SIZE_T cbBuffer
);
#ifdef __cplusplus
};
#endif