Resource::GetSize
Defined in: C4Resources.h
Returns the size of a resource.
Prototype
unsigned long GetSize(void) const;
Description
The GetSize function returns the size of a resource, in bytes. If the resource has not been loaded, then the returned size is zero.
See Also
Resource::GetName
Resource::GetData
|