Expand Minimize
This topic has not yet been rated - Rate this topic

WlxSetTimeout function

[The WlxSetTimeout function is no longer available for use as of Windows Server 2008 and Windows Vista.]

Called by GINA to change the time-out associated with a dialog box. The default time-out is two minutes.

Note   GINA DLLs are ignored in Windows Vista.

Syntax


BOOL WlxSetTimeout(
  _In_  HANDLE hWlx,
  _In_  DWORD Timeout
);

Parameters

hWlx [in]

Specifies the Winlogon handle passed to GINA in the WlxInitialize call.

Timeout [in]

Requested time-out, in seconds.

Return value

The WlxSetTimeout function returns one of the following values.

Return codeDescription
TRUE

The new time-out was accepted.

FALSE

The new time-out was not accepted.

 

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

End of client support

Windows XP

End of server support

Windows Server 2003

Header

Winwlx.h

See also

WlxInitialize

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.