Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::IResourceLoader Interface Reference

#include <cResourceBase.h>

Inheritance diagram for Gray::IResourceLoader:
Gray::cResourceBase

Public Member Functions

HRESULT LoadResource (const char *pszName, MIME_TYPE eMime)
 

Detailed Description

This object will load resource blobs from some source. Load by name and MIME type. From _WIN32 resource DLL, Directory of files or Zip file.

Note
Does NOT support loading windows resources and getting a GDI handle. Use _WIN32 resource wrapper directly for this.

Member Function Documentation

◆ LoadResource()

HRESULT Gray::IResourceLoader::LoadResource ( const char *  pszName,
MIME_TYPE  eMime 
)

Implemented in Gray::cResourceBase.


The documentation for this interface was generated from the following file: