table of contents
other versions
- wheezy 1.4.1-4
WLDAP32_ldap_perror(3w) | Wine API | WLDAP32_ldap_perror(3w) |
NAME¶
WLDAP32_ldap_perror (WLDAP32.@)SYNOPSIS¶
void CDECL WLDAP32_ldap_perror(
WLDAP32_LDAP* ld,
const PCHAR msg
)
DESCRIPTION¶
Print a given error string.PARAMS¶
ld [In] Pointer to an LDAP context. msg [In] Error string.RETURNS¶
Nothing.NOTES¶
Like native, this function does nothing.IMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/error.c".Oct 2012 | Wine API |