Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Contains values that indicate the type of virtual channel information to retrieve.
Syntax
typedef enum _WTS_VIRTUAL_CLASS {
WTSVirtualClientData,
WTSVirtualFileHandle
} WTS_VIRTUAL_CLASS;
Constants
WTSVirtualClientDataThis value is not currently supported. |
WTSVirtualFileHandleIndicates a request for the file handle of a virtual channel that can be used for asynchronous I/O. |
Remarks
For an example that shows the use of the WTSVirtualFileHandle value, see WTSVirtualChannelQuery. This example shows how to gain access to a virtual channel file handle that can be used for asynchronous I/O.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wtsapi32.h |