A structure that contains return information from a DCI routine.
typedef struct _DCIReturn { uint32 size; /* The total size of the return buffer in bytes. */ uint32 count; /* The number of metric ids for which information was requested. */ uint32 sumstatus; /* The summary status. */ DCIRetval retval; } DCIReturn; typedef DCIReturn * DCIReturn ;
See Return Status and Structures for more information on DCIReturn.