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
24 lines
518 B
//+------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
);
|