Leaked source code of windows server 2003
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.

17 lines
229 B

  1. #pragma once
  2. #if defined(__cplusplus)
  3. extern "C"
  4. {
  5. #endif
  6. BOOL
  7. WINAPI
  8. FusionpGetFileSizeEx(
  9. HANDLE FileHandle,
  10. PLARGE_INTEGER FileSize
  11. );
  12. #if defined(__cplusplus)
  13. } /* extern "C" */
  14. #endif