Share via


CDebugReportHook::CDebugReportHook

Calls SetPipeName, SetTimeout, and SetHook.

CDebugReportHook(
   LPCSTR szMachineName = ".",
   LPCSTR szPipeName = "AtlsDbgPipe",
   DWORD dwTimeout = 20000
) throw();

Parameters

  • szMachineName
    The name of the machine to which the debug output should be sent. Defaults to the local machine.

  • szPipeName
    The name of the named pipe to which the debug output should be sent.

  • dwTimeout
    The time in milliseconds that this class will wait for the named pipe to become available.

Requirements

Header: atlutil.h

See Also

Reference

CDebugReportHook Class

Other Resources

CDebugReportHook Members