Struct windows_sys::Win32::System::Rpc::RPC_DISPATCH_TABLE
[−]#[repr(C)]pub struct RPC_DISPATCH_TABLE {
pub DispatchTableCount: u32,
pub DispatchTable: RPC_DISPATCH_FUNCTION,
pub Reserved: isize,
}Expand description
Required features: ‘Win32_System_Rpc’
Fields
DispatchTableCount: u32DispatchTable: RPC_DISPATCH_FUNCTIONReserved: isize