When the Errors category is selected in the Explorer panel, the Report panel shows information about errors that occurred in resource management functions when the results are generated. For instance, if the CreatePen
function returns NULL, which means that the function failed, the Report panel will contain a record that reports about this error.
The panel contains the following columns:
Columns (in alphabetical order) | Description |
---|---|
# | The creation number of the given resource-related error. |
Description | Text that describes the problem. |
DLL Name |
The name of the dynamic link library from which the API function is exported. |
Error Code | The error code returned by the resource management function which caused the error. |
Image | The icon that indicates the category of the given error (that is, whether it is an error or a warning). |
Kind | The category of the resource management function that caused the error. The profiled function categories which the Resource profiler traces are specified by the profiler’s Resource categories to check option. |
Name | Name of Win32 API’s resource management function that caused the error. |
Reference | The hyperlink to the MSDN topic concerning the API function. To open the topic, click the hyperlink. |