[][src]Function winapi::shared::sspi::AcceptSecurityContext

pub unsafe extern "system" fn AcceptSecurityContext(
    phCredential: PCredHandle,
    phContext: PCtxtHandle,
    pInput: PSecBufferDesc,
    fContextReq: c_ulong,
    TargetDataRep: c_ulong,
    phNewContext: PCtxtHandle,
    pOutput: PSecBufferDesc,
    pfContextAttr: *mut c_ulong,
    ptsExpiry: PTimeStamp
) -> SECURITY_STATUS