Home
last modified time | relevance | path

Searched refs:KspInitContextFn (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecpkg.h705 …typedef NTSTATUS (NTAPI KspInitContextFn)(LSA_SEC_HANDLE ContextId,PSecBuffer ContextData,PLSA_SEC… typedef
720 KspInitContextFn *InitContext;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecpkg.h705 …typedef NTSTATUS (NTAPI KspInitContextFn)(LSA_SEC_HANDLE ContextId,PSecBuffer ContextData,PLSA_SEC… typedef
720 KspInitContextFn *InitContext;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs2135 pub type KspInitContextFn = unsafe extern "system" fn(contextid: usize, contextdata: *const SecBuff… typedef
4828 pub InitContext: KspInitContextFn,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs4648 pub type KspInitContextFn = unsafe extern "system" fn(contextid: usize, contextdata: *const SecBuff…
11035 pub InitContext: ::std::option::Option<KspInitContextFn>,