PWLX_SET_TIMEOUT callback function (winwlx.h)
[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
PWLX_SET_TIMEOUT PwlxSetTimeout;
BOOL PwlxSetTimeout(
[in] HANDLE hWlx,
[in] DWORD Timeout
)
{...}
Parameters
[in] hWlx
Specifies the Winlogon handle passed to GINA in the WlxInitialize call.
[in] Timeout
Requested time-out, in seconds.
Return value
The WlxSetTimeout function returns one of the following values.
Return code | Description |
---|---|
|
The new time-out was accepted. |
|
The new time-out was not accepted. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | winwlx.h |