A class representing user defined resource data object.
![]() | PResourceData ( const PString & resType, PRESOURCE_ID resID ) Create a new resource object, loading the data from the applications resources. |
![]() | Compare ( const PObject & obj ) const Determine if the instances are of the same resource. |
![]() | operator[] ( PINDEX offset ) const Get a byte from the resource at the specified offset. |
![]() | operator const BYTE * () const Return a pointer to the resource data in memory. |
![]() | Overrides from class PObject |
![]() | New memeber functions for class |
Construction
Common functions for containers
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
A class representing user defined resource data object. This allows an application to access resources other than the standard ones. The interpretation of the data within the resource is up to the application.This class provides access to a simple memory block containing the data in the resource. This would typically be created using the DATA keyword in a PWRC compiled source file.
Overrides from class PObject
virtual Comparison Compare( const PObject & obj ) const
New memeber functions for class
BYTE operator[]( PINDEX offset ) const
operator const BYTE *() const
Alphabetic index HTML hierarchy of classes or Java