Resource::GetResourceData
Defined in:
Returns a pointer to the data contained in a resource object.
C4Resources.h
Prototype
void *GetResourceData(void) const;
Description
The GetResourceData
function returns a pointer to the data contained in a resource object. If the resource has not been loaded, then the returned size is nullptr
.
See Also