Source code of Windows XP (NT5)
 
 
 
 
 
 

14 lines
226 B

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