MultiResourceSetting::GetResourceCount
Defined in:
Returns the number of resource names stored in the setting.
C4Configuration.h
Prototype
int32 GetResourceCount(void) const;
Description
The GetResourceCount
function returns the number of resource names stored in the setting object. The individual resource names can be retrieved using the MultiResourceSetting::GetResourceName
function.
See Also