STRINGS_API std::string GetTextResource(HMODULE module_handle, int res_id, const char *res_type)
Retrieves the specified resource as a text resource.
Definition: res.cpp:5
STRINGS_API HRESULT GetResource(HMODULE module_handle, int res_id, const char *res_type, BlamWin32ResourceData *res)
Retrieves the specified resource as a Resource structure, containing access to the raw binary data.
Definition: res.cpp:79