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"
Fields§
§cbSize: u32§protocolVersion: u32§pVirtualChannelInit: PVIRTUALCHANNELINIT§pVirtualChannelOpen: PVIRTUALCHANNELOPEN§pVirtualChannelClose: PVIRTUALCHANNELCLOSE§pVirtualChannelWrite: PVIRTUALCHANNELWRITE