![]() |
SetTimeout() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: AsyncSocket.h |
BOOL SetTimeout( int iMs);
Create a timeout
try { HWND hWindowHandle; hWindowHandle=GetWindowHandle(); if (!hWindowHandle || m_Timeout) return FALSE; //Set the timer m_Timeout=SetTimer(hWindowHandle,GetAsyncHandle(),iMs,NULL); return m_Timeout; } ERROR_HANDLER_RETURN("SetTimeout",FALSE)
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001. |