WlxIsLogoffOk 函数 (winwlx.h)
[自 Windows Server 2008 和 Windows Vista 起,WlxIsLogoffOk 函数不再可供使用。]
WlxIsLogoffOk 函数必须由替换 GINA DLL 实现。 当用户启动注销操作时,Winlogon 会调用此函数。
注意 在 Windows Vista 中忽略 GINA DLL。
语法
BOOL WlxIsLogoffOk(
[in] PVOID pWlxContext
);
参数
[in] pWlxContext
指向与此窗口工作站关联的 GINA 上下文的指针。 当 Winlogon 为此工作站调用 WlxInitialize 时,GINA 将返回此上下文值。
返回值
返回代码 | 说明 |
---|---|
|
如果可以接受执行注销操作,则返回 TRUE 。 |
|
如果无法接受执行注销操作,则返回 FALSE 。 |
注解
WlxIsLogoffOk 可以返回 FALSE ,以防止用户注销工作站。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | winwlx.h |