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
RequestCallbackInput
pResponseDataPOINTER TO BYTE
Pointer to the response data. If it is set to 0, no response data will be appended to the rpc response
uiResponseDataLengthUINTLength of the response data. If it is set to 0, no response data will be appended to the rpc response
eRejectStatusIf the reject status is <> NCA_no_error, a reject pdu will be sent to the client instead of a response.