Struct windows_sys::Win32::System::RemoteDesktop::CHANNEL_ENTRY_POINTS
[−]#[repr(C)]pub struct CHANNEL_ENTRY_POINTS {
pub cbSize: u32,
pub protocolVersion: u32,
pub pVirtualChannelInit: PVIRTUALCHANNELINIT,
pub pVirtualChannelOpen: PVIRTUALCHANNELOPEN,
pub pVirtualChannelClose: PVIRTUALCHANNELCLOSE,
pub pVirtualChannelWrite: PVIRTUALCHANNELWRITE,
}Expand description
Required features: ‘Win32_System_RemoteDesktop’, ‘Win32_Foundation’
Fields
cbSize: u32protocolVersion: u32pVirtualChannelInit: PVIRTUALCHANNELINITpVirtualChannelOpen: PVIRTUALCHANNELOPENpVirtualChannelClose: PVIRTUALCHANNELCLOSEpVirtualChannelWrite: PVIRTUALCHANNELWRITE