mirror of https://github.com/tongzx/nt5src
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.
25 lines
721 B
25 lines
721 B
;//+-------------------------------------------------------------------------
|
|
;//
|
|
;// Microsoft Windows
|
|
;//
|
|
;// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
;//
|
|
;// File: trc.def
|
|
;//
|
|
;//--------------------------------------------------------------------------
|
|
|
|
LIBRARY TSCTRC
|
|
|
|
EXPORTS
|
|
TRC_GetBuffer @100
|
|
TRC_GetConfig @101
|
|
TRC_GetTraceLevel @102
|
|
TRC_Initialize @103
|
|
TRC_ProfileTraceEnabled @104
|
|
TRC_ResetTraceFiles @105
|
|
TRC_SetConfig @106
|
|
TRC_SystemError @107
|
|
TRC_Terminate @108
|
|
TRC_TraceBuffer @109
|
|
TRC_TraceData @110
|
|
TRC_ConvertAndSprintf @111
|