Source code of Windows XP (NT5)
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.

14 lines
156 B

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. ULONG32
  5. FstubCrc32(
  6. ULONG32 dwCrc,
  7. PVOID pvBuffer,
  8. SIZE_T cbBuffer
  9. );
  10. #ifdef __cplusplus
  11. };
  12. #endif