|
Function |
Description |
|
Release resources allocated by a specific resource ID after calling resource loading APIs, e.g. vm_res_get_image(), vm_res_get_audio(), and vm_res_get_binary(). | |
|
Load and get audio data according to resource ID. The buffer is allocated by resource module and vm_res_delete() must be called when it is no longer used. | |
|
Load and get binary data according to resource ID. The buffer is allocated by resource module and vm_res_delete() must be called when it is no longer used. | |
|
Load and get image data according to resource ID. The buffer is allocated by resource module and vm_res_delete() must be called when it is no longer used. | |
|
Get string by its resource ID. If there are multiple languages defined in the string table, the language passed to vm_res_init() will be used. | |
|
Call this function prior to any other resource APIs. This function initializes the resource module, and load language-specific string data in memory. | |
|
Release all resource and free all memory occupied. Note that any resource pointers retrieved prior to this function call become invalid. Accessing these resources after vm_res_release() results in undefined behavior. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.