15 lines
226 B
C
15 lines
226 B
C
|
#include <stdio.h>
|
||
|
#include <ntifs.h>
|
||
|
|
||
|
NTSTATUS
|
||
|
DfsReadAndPrintString(
|
||
|
PUNICODE_STRING pStr
|
||
|
);
|
||
|
|
||
|
#define DbgPrint printf
|
||
|
|
||
|
#define USERMODE // special handling for DumpString
|
||
|
#include "dumpsup.c"
|
||
|
|
||
|
|