[][src]Function CCODE::RpcServerInterfaceGroupCreateW

pub unsafe extern "C" fn RpcServerInterfaceGroupCreateW(
    Interfaces: *mut RPC_INTERFACE_TEMPLATEW,
    NumIfs: c_ulong,
    Endpoints: *mut RPC_ENDPOINT_TEMPLATEW,
    NumEndpoints: c_ulong,
    IdlePeriod: c_ulong,
    IdleCallbackFn: Option<unsafe extern "C" fn(arg1: RPC_INTERFACE_GROUP, arg2: *mut c_void, arg3: c_ulong)>,
    IdleCallbackContext: *mut c_void,
    IfGroup: PRPC_INTERFACE_GROUP
) -> RPC_STATUS