Skip to content

Commit

Permalink
GetItemPath ONLY for custom image loader
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Feb 15, 2021
1 parent 5a178bc commit 5d139b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DmMain/inc/IDmMain/IDMRes.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace DM
/// @return DM_ECODE_OK为成功
virtual DMCode GetItemSize(LPCSTR lpszType, LPCSTR lpszName, unsigned long& ulSize,LPCSTR lpszThemeName=NULL) = 0;

virtual LPCWSTR GetItemPath(LPCSTR lpszType, LPCSTR lpszName, LPCSTR lpszThemeName) = 0;
virtual LPCWSTR GetItemPath(LPCSTR lpszType, LPCSTR lpszName, LPCSTR lpszThemeName) { return L""; };

/// -------------------------------------------------
/// @brief 拷贝 资源中某项的内存
Expand Down

0 comments on commit 5d139b2

Please sign in to comment.