Home
last modified time | relevance | path

Searched refs:IMPORT_SECURITY_CONTEXT_FN_W (Results 1 – 6 of 6) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dsspi.h827 typedef SECURITY_STATUS(SEC_ENTRY* IMPORT_SECURITY_CONTEXT_FN_W)(SEC_WCHAR* pszPackage, typedef
834 #define IMPORT_SECURITY_CONTEXT_FN IMPORT_SECURITY_CONTEXT_FN_W
946 IMPORT_SECURITY_CONTEXT_FN_W ImportSecurityContextW;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsspi.h1054 typedef SECURITY_STATUS (WINAPI *IMPORT_SECURITY_CONTEXT_FN_W)( typedef
1159 IMPORT_SECURITY_CONTEXT_FN_W ImportSecurityContextW;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsspi.h1054 typedef SECURITY_STATUS (WINAPI *IMPORT_SECURITY_CONTEXT_FN_W)( typedef
1159 IMPORT_SECURITY_CONTEXT_FN_W ImportSecurityContextW;
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwasspi.pas1733 IMPORT_SECURITY_CONTEXT_FN_W = function(pszPackage: PSecWChar; pPackedContext: PSecBuffer; in szPackage()
1890 ImportSecurityContextW: IMPORT_SECURITY_CONTEXT_FN_W;
/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.rs736 pub type IMPORT_SECURITY_CONTEXT_FN_W = unsafe extern "system" fn(param0: *mut u16, param1: *mut Se… typedef
7364 pub ImportSecurityContextW: IMPORT_SECURITY_CONTEXT_FN_W,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs1393 pub type IMPORT_SECURITY_CONTEXT_FN_W = unsafe extern "system" fn(param0: *mut u16, param1: *mut Se…
17226 pub ImportSecurityContextW: ::std::option::Option<IMPORT_SECURITY_CONTEXT_FN_W>,