×

注意!页面内容来自https://www.pinvoke.dev/secur32/lsacallauthenticationpackage,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

githubEdit

LsaCallAuthenticationPackage

[DllImport("SECUR32.dll", ExactSpelling = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe NTSTATUS LsaCallAuthenticationPackage(
    HANDLE LsaHandle,
    uint AuthenticationPackage,
    void* ProtocolSubmitBuffer,
    uint SubmitBufferLength,
    [Optional] void** ProtocolReturnBuffer,
    [Optional] uint* ReturnBufferLength,
    [Optional] int* ProtocolStatus);

Last updated