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.

35 lines
482 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. ULONG
  4. CharsInMultiString(
  5. IN PWSTR pw
  6. );
  7. BOOLEAN
  8. QueryAutocheckEntries(
  9. OUT PVOID Buffer,
  10. IN ULONG BufferSize
  11. );
  12. BOOLEAN
  13. SaveAutocheckEntries(
  14. IN PVOID Value
  15. );
  16. BOOLEAN
  17. QueryTimeOutValue(
  18. OUT PULONG TimeOut
  19. );
  20. BOOLEAN
  21. SetTimeOutValue(
  22. IN ULONG TimeOut
  23. );
  24. NTSTATUS
  25. QuerySystemPartitionValue(
  26. OUT PVOID Buffer,
  27. IN ULONG BufferSize
  28. );