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.

24 lines
518 B

  1. //+------------------------------------------------------------------
  2. //
  3. // File: Know.h
  4. //
  5. // Contents: Header file for knowledge related functions.
  6. //
  7. // Functions:
  8. //
  9. // History: 22-March-1992 SudK Created
  10. //
  11. //-------------------------------------------------------------------
  12. NTSTATUS
  13. DfsTriggerKnowledgeVerification(
  14. IN PDNR_CONTEXT DnrContext
  15. );
  16. NTSTATUS
  17. DfsDispatchUserModeThread(
  18. IN PVOID InputBuffer,
  19. IN ULONG InputBufferLength
  20. );