Struct windows_sys::Win32::System::Rpc::NDR_USER_MARSHAL_INFO_LEVEL1
#[repr(C)]pub struct NDR_USER_MARSHAL_INFO_LEVEL1 {
pub Buffer: *mut c_void,
pub BufferSize: u32,
pub pfnAllocate: isize,
pub pfnFree: isize,
pub pRpcChannelBuffer: IRpcChannelBuffer,
pub Reserved: [usize; 5],
}Expand description
Required features: "Win32_System_Rpc", "Win32_System_Com"
Fields§
§Buffer: *mut c_void§BufferSize: u32§pfnAllocate: isize§pfnFree: isize§pRpcChannelBuffer: IRpcChannelBuffer§Reserved: [usize; 5]