SearchComplete Event
Fired upon completion of a search operation.
Syntax
Sub ldapcontrol_SearchComplete(MessageId As Integer, DN As String, ResultCode As Integer, Description As String)Remarks
The MessageId parameter identifies the corresponding request. ResultCode and Description show whether the operation was successful (on a successful operation, the ResultCode is 0).