Home
last modified time | relevance | path

Searched defs:LdapMapErrorToWin32 (Results 1 – 3 of 3) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawinldap.pas2450 function LdapMapErrorToWin32(LdapError: ULONG): ULONG; cdecl; in LdapMapErrorToWin32() function
2763 function LdapMapErrorToWin32; external LDAPLib name 'LdapMapErrorToWin32'; in LdapMapErrorToWin32() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/Ldap/
H A Dmod.rs5 pub fn LdapMapErrorToWin32(ldaperror: u32) -> u32; in LdapMapErrorToWin32() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/Ldap/
H A Dmod.rs463 pub unsafe fn LdapMapErrorToWin32(ldaperror: u32) -> u32 { in LdapMapErrorToWin32() function
468 fn LdapMapErrorToWin32(ldaperror: u32) -> u32; in LdapMapErrorToWin32() function