windows::Win32::System::Rpc

Function RpcNsBindingLookupBeginA

pub unsafe fn RpcNsBindingLookupBeginA<P1>(
    entrynamesyntax: u32,
    entryname: P1,
    ifspec: Option<*const c_void>,
    objuuid: Option<*const GUID>,
    bindingmaxcount: u32,
    lookupcontext: *mut *mut c_void,
) -> RPC_STATUS
where P1: Param<PCSTR>,