windows-nt/Source/XPSP1/NT/base/fs/dfs/driver/trace.wpp
2020-09-26 16:20:57 +08:00

28 lines
772 B
Plaintext

# USETRACEGUID(*, DFS, e3f1c64a-1a24-494b-8d47-ac37ad623342);
INCLUDE(..\..\mup\wml\inc\default.wpp);
SEPARATE_TRACE_GUID_PERFILE(0);
# Define functions used for logging
# TraceLog(,,ID,GRP,MSG,ARG)
# ID - indicates where we should look for ID (required)
# GRP - indicates what group this message belongs to (optional. Default 1)
# MSG - what message needs to be used (optional. Default="ID(args)")
# ARG - list of arguments (optional. Default = "no args")
DFS_TRACE_ERROR_HIGH(,,ID,ARG);
DFS_TRACE_ERROR(,,ID,ARG);
DFS_TRACE_ERROR_LOW(,,ID,ARG);
DFS_TRACE_HIGH(,ID,ARG);
DFS_TRACE_NORM(,ID,ARG);
DFS_TRACE_LOW(,ID,ARG);
USEPREFIX(*, "[%9!x!].%3!03x!::%4 [DFS] ", Dummy );
ARRAY_PREFIX(DFS_);
OUTPUT_H(dfswpp.h);
OUTPUT_MOF(newdfswpp.mof);