summaryrefslogtreecommitdiffstats
path: root/chrome_frame/simple_resource_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/simple_resource_loader.h')
-rw-r--r--chrome_frame/simple_resource_loader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/simple_resource_loader.h b/chrome_frame/simple_resource_loader.h
index 2ec9860..95e4425 100644
--- a/chrome_frame/simple_resource_loader.h
+++ b/chrome_frame/simple_resource_loader.h
@@ -26,6 +26,10 @@ class SimpleResourceLoader {
// from the currently loaded locale dll.
static std::wstring Get(int message_id);
+ // Retrieves the HINSTANCE of the loaded module handle. May be NULL if a
+ // resource DLL could not be loaded.
+ HINSTANCE GetResourceModuleHandle();
+
private:
SimpleResourceLoader();