DevHlp_PerfSysTrace writes software trace information to the STRACE buffer.
Calling Sequence in Assembler
MOV AX, MajorCode MOV BX, TraceSize MOV CX, MinorCode LDS SI, TraceData MOV DL, DevHlp_PerfSysTrace CALL DevHlp JC Error
Results in Assembler
AX = return code.
Possible values
Calling Sequence in C
#include "dhcalls.h"USHORT APIENTRY DevHelp_PerfSysTrace (USHORT Major, USHORT Minor,USHORT TraceSize, PBYTE TraceData)
Remarks
Tracing stops once the trace buffer fills up. No error indication is returned. Subsequent calls to DevHelp_PerfSysTrace return immediately without writing any data.