Opens the specified window station.
#Include <WinAPIEx.au3>
_WinAPI_OpenWindowStation ( $sName [, $iAccess [, $fInherit]] )
$sName | The name of the window station to be opened. Window station names are case-insensitive. This window station must belong to the current session. |
$iAccess | [可选参数] The access to the window station. This parameter can be one or more of the following values. $WINSTA_ALL_ACCESS $WINSTA_ACCESSCLIPBOARD $WINSTA_ACCESSGLOBALATOMS $WINSTA_CREATEDESKTOP $WINSTA_ENUMDESKTOPS $WINSTA_ENUMERATE $WINSTA_EXITWINDOWS $WINSTA_READATTRIBUTES $WINSTA_READSCREEN $WINSTA_WRITEATTRIBUTES |
$fInherit | [可选参数] Specifies whether inherites the handle by a processes, valid values: TRUE - The processes created by this process will inherit the handle. FALSE - The processes do not inherit this handle. (Default) |
Success | Handle to the specified window station. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索