Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

adtutil.c File Reference

#include <nt.h>
#include "tokenp.h"
#include "adt.h"

Go to the source code of this file.

Functions

VOID SepDumpString (IN PUNICODE_STRING String)


Function Documentation

VOID SepDumpString IN PUNICODE_STRING  String  ) 
 

Definition at line 36 of file adtutil.c.

References NULL, PAGED_CODE, and String.

00040 { 00041 PAGED_CODE(); 00042 00043 if ( String == NULL) { 00044 KdPrint(("<NULL>")); 00045 return; 00046 } 00047 00048 KdPrint(("%Z",String->Buffer)); 00049 00050 }


Generated on Sat May 15 19:42:50 2004 for test by doxygen 1.3.7