bool HandleObjectsReportRequest(const MessageObjectsReportRequest* message);
HandleObjectsReportRequest generates an objects report that shows all ActionScript objects and the links between them. See Movie::PrintObjectsReport for more details.
Parameters |
Description |
const MessageObjectsReportRequest* message |
The message received from AMP holds the report parameters, which includes whether or not to display short filenames, to avoid displaying circular references, to suppress overall statistics, to display only addresses for anonymous objects, to suppress displaying movieDefs held by imports and fonts, or to replace common parts by ellipses. See Movie:: ReportFlags for more details. |
A Boolean value of true if the request is handled otherwise false.