CDebugReportHook::SetTimeout

 

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

Syntax

      void SetTimeout(
   DWORD dwTimeout 
);

Parameters

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

Requirements

Header: atlutil.h

See Also

CDebugReportHook Class