다음을 통해 공유


CDebugReportHook::RemoveHook

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

void RemoveHook( ) throw( );

Remarks

Calls _CrtSetReportHook2 to restore the previous report hook.

Requirements

Header: atlutil.h

See Also

Concepts

CDebugReportHook Class

CDebugReportHook Members

CDebugReportHook::SetHook