#[repr(C)]pub struct TDI_TL_IO_CONTROL_ENDPOINT {
pub Type: TDI_TL_IO_CONTROL_TYPE,
pub Level: u32,
pub Anonymous: TDI_TL_IO_CONTROL_ENDPOINT_0,
pub InputBuffer: *mut c_void,
pub InputBufferLength: u32,
pub OutputBuffer: *mut c_void,
pub OutputBufferLength: u32,
}Expand description
Required features: ‘Win32_System_WindowsProgramming’
Fields
Type: TDI_TL_IO_CONTROL_TYPELevel: u32Anonymous: TDI_TL_IO_CONTROL_ENDPOINT_0InputBuffer: *mut c_voidInputBufferLength: u32OutputBuffer: *mut c_voidOutputBufferLength: u32