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 of the resources of a DLL for the given context.
The returned resources should be read-only.
Returns:
An AOResource_t list of resources.
Page updated:
