table of contents
other versions
- wheezy 1.4.1-4
ldap_check_filterW(3w) | Wine API | ldap_check_filterW(3w) |
NAME¶
ldap_check_filterW (WLDAP32.@)SYNOPSIS¶
ULONG CDECL ldap_check_filterW(
WLDAP32_LDAP* ld,
PWCHAR filter
)
DESCRIPTION¶
Check filter syntax.PARAMS¶
ld [In] Pointer to an LDAP context. filter [In] Filter string.RETURNS¶
Success: LDAP_SUCCESS Failure: An LDAP error code.IMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/misc.c".Oct 2012 | Wine API |