Share via


CDebugReportHook Members

Methods

CDebugReportHook

Calls SetPipeName, SetTimeout, and SetHook.

~CDebugReportHook

Calls CDebugReportHook::RemoveHook.

RemoveHook

Call this method to stop sending debug reports to the named pipe and restore the previous report hook.

SetHook

Call this method to start sending debug reports to the named pipe.

SetPipeName

Call this method to set the machine and name of the pipe to which the debug reports will be sent.

SetTimeout

Call this method to set the time in milliseconds that this class will wait for the named pipe to become available.

Static Functions

CDebugReportHookProc

The custom reporting function that is hooked into the C run-time debug reporting process.

See Also

Reference

CDebugReportHook Class