#[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_TYPE§Level: u32§Anonymous: TDI_TL_IO_CONTROL_ENDPOINT_0§InputBuffer: *mut c_void§InputBufferLength: u32§OutputBuffer: *mut c_void§OutputBufferLength: u32