Sends a request to the server to perform an extended operation synchronously.
WebAPI.bdh
WebLdapExtendedOperation( in hLdap : number, in sRequestOid : string, in sRequestData : string, in nReqDataLen : number, out sReturnedOid : string, out nRetOidLen : number, out sReturnedData : string, out nRetDataLen : number ): boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
hLdap | Handle to a Web connection that was created with WebLdapConnect. |
sRequestOid | The object identifier of the extended operation. |
sRequestData | The data associated with the extended operation. |
nReqDataLen | The length of sRequestData. |
sReturnedOid | Variable receiving the OID the server returns after having performed the extended operation. |
nRetOidLen | Variable receiving the length of sReturnedOid. |
sReturnedData | Variable receiving the data the server returned after having performed the extended operation. |
nRetDataLen | Variable receiving the length of sReturnedData. |