#include <interface/obj-ref-i.h>
#include <interface/SRender-i.h>
Go to the source code of this file.
Classes | |
struct | IResProvider |
ResProvider对象 More... | |
Macros | |
#define | UIRES_INDEX _T("uires.idx") |
#define | PATH_SLASH '/' |
#define | INTERFACE IResProvider |
Typedefs | |
typedef SNSBEGIN enum BUILTIN_RESTYPE | BUILTIN_RESTYPE |
typedef BOOL(CALLBACK * | EnumResCallback) (LPCTSTR pszType, LPCTSTR pszName, LPARAM lp) |
typedef BOOL(CALLBACK * | EnumFileCallback) (LPCTSTR pszFileName, LPARAM lp) |
Enumerations | |
enum | BUILTIN_RESTYPE { RES_PE = 0 , RES_FILE } |
Copyright (C) 2014-2050 All rights reserved.
Describe
Definition in file SResProvider-i.h.
#define INTERFACE IResProvider |
Definition at line 46 of file SResProvider-i.h.
#define PATH_SLASH '/' |
Definition at line 25 of file SResProvider-i.h.
#define UIRES_INDEX _T("uires.idx") |
Definition at line 20 of file SResProvider-i.h.
typedef BOOL(CALLBACK * EnumFileCallback) (LPCTSTR pszFileName, LPARAM lp) |
Definition at line 37 of file SResProvider-i.h.
typedef BOOL(CALLBACK * EnumResCallback) (LPCTSTR pszType, LPCTSTR pszName, LPARAM lp) |
Definition at line 36 of file SResProvider-i.h.
enum BUILTIN_RESTYPE |
Definition at line 30 of file SResProvider-i.h.