NT4/private/ntos/mup/know.h

25 lines
494 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
//+------------------------------------------------------------------
//
// File: Know.h
//
// Contents: Header file for knowledge related functions.
//
// Functions:
//
// History: 22-March-1992 SudK Created
//
//-------------------------------------------------------------------
NTSTATUS
DfsTriggerKnowledgeVerification(
IN PDNR_CONTEXT DnrContext
);
NTSTATUS
DfsDispatchUserModeThread(
IN PVOID InputBuffer,
IN ULONG InputBufferLength
);