soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SResProvider-i.h File Reference
#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 }
 

Detailed Description

Copyright (C) 2014-2050 All rights reserved.

Version
v1.0
Author
SOUI group
Date
2014/08/02

Describe

Definition in file SResProvider-i.h.

Macro Definition Documentation

◆ INTERFACE

#define INTERFACE   IResProvider

Definition at line 46 of file SResProvider-i.h.

◆ PATH_SLASH

#define PATH_SLASH   '/'

Definition at line 25 of file SResProvider-i.h.

◆ UIRES_INDEX

#define UIRES_INDEX   _T("uires.idx")

Definition at line 20 of file SResProvider-i.h.

Typedef Documentation

◆ EnumFileCallback

typedef BOOL(CALLBACK * EnumFileCallback) (LPCTSTR pszFileName, LPARAM lp)

Definition at line 37 of file SResProvider-i.h.

◆ EnumResCallback

typedef BOOL(CALLBACK * EnumResCallback) (LPCTSTR pszType, LPCTSTR pszName, LPARAM lp)

Definition at line 36 of file SResProvider-i.h.

Enumeration Type Documentation

◆ BUILTIN_RESTYPE

enum BUILTIN_RESTYPE

Definition at line 30 of file SResProvider-i.h.