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.

19 lines
300 B

  1. #pragma once
  2. #if defined(__cplusplus)
  3. extern "C"
  4. {
  5. #endif
  6. BOOL
  7. WINAPI
  8. FusionpSetFilePointerEx(
  9. HANDLE File,
  10. LARGE_INTEGER DistanceToMove,
  11. PLARGE_INTEGER NewFilePointer,
  12. DWORD MoveMethod
  13. );
  14. #if defined(__cplusplus)
  15. } /* extern "C" */
  16. #endif