GetResources()

Synopsis:

#include <aoi.h>

const AOResource_t *(*GetResources)(void *ctx);

Arguments:

ctx
The context for the control you want a list of resources for.

Description:

This function should return all the resources of a DLL for the given context.

Note: The returned resources should be read only.

Returns:

An AOResource_t list of resources.