Generic requestor callback for handling a response. This is the generic callback signature. The specific response to be processed will be determined by the COS and delivered to the application through the specific callback. Any output value(s) in the response must be retrieved according to the Interface Definition in-order (first to last). Unless otherwise noted, much of the information in the DOSContext structure from the request is not known, such as the binding, alias, or item that was used. If such information is required, it is the responsibility of the application to save and maintain this information associated with the operation when the request is made. Only if the operation was saved will the same operation be available (as DOSContext.Operation) for the response. |