windows::Win32::System::Rpc

Function RpcNsProfileEltInqBeginA

pub unsafe fn RpcNsProfileEltInqBeginA<P1, P6>(
    profilenamesyntax: u32,
    profilename: P1,
    inquirytype: u32,
    ifid: Option<*const RPC_IF_ID>,
    versoption: u32,
    membernamesyntax: u32,
    membername: P6,
    inquirycontext: *mut *mut c_void,
) -> RPC_STATUS
where P1: Param<PCSTR>, P6: Param<PCSTR>,