Function winapi::shared::sspi::InitializeSecurityContextW   [−][src]
pub unsafe extern "system" fn InitializeSecurityContextW(
    phCredential: PCredHandle, 
    phContext: PCtxtHandle, 
    pszTargetName: *mut SEC_WCHAR, 
    fContextReq: c_ulong, 
    Reserved1: c_ulong, 
    TargetDataRep: c_ulong, 
    pInput: PSecBufferDesc, 
    Reserved2: c_ulong, 
    phNewContext: PCtxtHandle, 
    pOutput: PSecBufferDesc, 
    pfContextAttr: *mut c_ulong, 
    ptsExpiry: PTimeStamp
) -> SECURITY_STATUS