WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsILDAPSyncQuery
| IID: | 0308fb36-1dd2-11b2-b16f-8510e8c5311a |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
PRUnichar* getQueryResults ( nsILDAPURL serverURL , PRUint32 protocolVersion )
PRUnichar* getQueryResults ( nsILDAPURL serverURL , PRUint32 protocolVersion )
Create a new LDAP connection do a synchronous LDAP search and return the results.
- Arguments:
- serverURL: - LDAP URL with parameters to a LDAP search ("ldap://host/base?attributes?one/sub?filter")
- protocolVersion: - LDAP protocol version to use for connection (nsILDAPConnection.idl has symbolic constants)
- Returns:
- results
Reference documentation is generated from Mozilla's source.
