DebugCommandException function (dbgeng.h)
Specifies a debug command exception.
Syntax
void DebugCommandException(
ULONG Command,
ULONG ArgSize,
PVOID Arg
);
Parameters
Command
A command.
ArgSize
The size of the argument.
Arg
A pointer to an argument.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |