. |
CacheServiceConfigDEFAULT Definition
Description A set of default values for the CacheServiceConfig structure.sd. The default values will be used if NULL is passed to CacheServiceCreate. A user can also use CacheServiceConfigDEFAULT to initialize their own instance of a CacheServiceConfig variable, then change only the parameters he or she is interested in changing Sample Code Using CacheServiceConfigDEFAULT to initialize a CacheSeriveConfig variable. MPIControl control; CacheService cacheService; CacheServiceConfig cacheServiceConfig = CacheServiceConfigDEFAULT; /* create and initialize controller */ cacheServiceConfig.sleepTime = 20; /* milliseconds */ cacheService = CacheServiceCreate(control, &cacheServiceConfig); See Also CacheServiceCreate
|
| | Copyright © 2001-2021 Motion Engineering |