cacheServiceStatus
Declaration
MPI_RESULT cacheServiceStatus(CacheService cacheService, CacheServiceStatus *status); | Required Header: apputil.h Change History: Added in 03.04.11 |
||||
Description
cacheServiceStatus gets a CacheService object's status and writes it to the structure pointed to by status.
| cacheService | The CacheService object whose status is to be obtained. |
|---|---|
| status | Pointer to the structure where the CacheService object’s status is to be written. |
| Return Values | Description |
|---|---|
| MPIMessageOK | Upon success. |
See Also
CacheServiceStatus | cacheServiceEnable
