cacheServiceConfigGet

Declaration

MPI_RESULT cacheServiceConfigGet(CacheService        cacheService, 
	                  	 CacheServiceConfig *config);
Required Header: apputil.h
Change History:
Added in 03.04.11

Description

cacheServiceConfigGet gets the configuration of a CacheService object and writes it in the structure pointed to by config.

cacheService The CacheServiceObject whose configuration is to be read
config A pointer to the configuration structure where the CacheService object’s configuration is to be written.

Return Values Description
MPIMessageOK Upon success.

See Also

cacheServiceConfigSet