This method makes callbacks to the client though the generic server.
It is to be used to return data from Async ReadModified
Syntax
Parameters
- transactionID
- The client-generated transactionID passed with the originating call
- status
- S_OK if all errors[] are S_OK, S_FALSE otherwise.
- numItems
- The number of items that were read.
- itemValues
- The array of objects in which the item values are returned.
- errors
- A list of HRESULTS for the items.
Return Value
HRESULTS success/error code
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
See Also