|
NetSurf
|
Go to the source code of this file.
Functions | |
| nserror | nsw32_get_resource_data (const char *path, const uint8_t **data_out, size_t *data_len_out) |
| Translate resource to win32 resource data. More... | |
Variables | |
| struct gui_fetch_table * | win32_fetch_table |
| win32 API fetch operation table More... | |
| nserror nsw32_get_resource_data | ( | const char * | path, |
| const uint8_t ** | data_out, | ||
| size_t * | data_len_out | ||
| ) |
Translate resource to win32 resource data.
Obtains the data for a resource directly
| path | The path of the resource to locate. |
| data | Pointer to recive data into |
| data_len | Pointer to length of returned data |
Definition at line 90 of file fetch.c.
References NSERROR_NOT_FOUND, NSERROR_OK, and path().
Referenced by nsw32_messages_init().
|
extern |