IRPCProviderCallback.RequestCallback (METH)ΒΆ

METHOD RequestCallback : ERROR

This method has to be called after performing the request by the IRPCProvider. It can contain response data and a reject status, if this request could not be performed.

InOut:

Scope

Name

Type

Comment

Return

RequestCallback

ERROR

Input

pResponseData

POINTER TO BYTE

Pointer to the response data. If it is set to 0, no response data will be appended to the rpc response

uiResponseDataLength

UINT

Length of the response data. If it is set to 0, no response data will be appended to the rpc response

eRejectStatus

RPCNCARejectStatus

If the reject status is <> NCA_no_error, a reject pdu will be sent to the client instead of a response.