Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/addon/structures/aoresource_t.html on line 1

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/addon/structures/aoresource_t.html on line 1

Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/addon/structures/aoresource_t.html on line 8

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/addon/structures/aoresource_t.html on line 8

AOResource_t

The addon's resource structure

Synopsis:

typedef struct
{
        char *name;
        char *description;
        void *value;
        void *info;
        int32_t type;
} AOResource_t;

Description:

This structure defines an addon's resources. It contains at least the following members:

char *name
The name of the resource.
char *description
A short description of the resource.
void * parent
The parent control for the resource.
void *value
A pointer to the actual value of the resource.
void *info
A pointer to typing information (such as a range, list of items, etc.).
int32_t type
The resource type flags, which is one of: You can OR the type member with one or more of the following permission values:

These values are used when automatically generating a GUI for a DLL's resources, for example.

Classification:

QNX Neutrino

See also:

AOIStream_t, AOMimeInfo_t


Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/addon/structures/aoresource_t.html on line 143

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/addon/structures/aoresource_t.html on line 143