![]() |
SetTimeout() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Public Function |
Declared in: AsyncSocket.h |
Declaration
BOOL SetTimeout(
int iMs);
DescriptionCreate a timeout
Function Body
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)
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001. |