Share

CAdUiImage::GetThemedFileName Method

C++

static CString GetThemedFileName(
    LPCTSTR pName, 
    const CAdUiTheme * pTheme = NULL
);

Description

Get themed file name based on the orginal file name.

Parameters

Parameters Description
pName Specify the orginal file name.
pTheme Specify the theme that is used to decide theme.

Returns

Reture themed file name based on the orginal file name.

Links

CAdUiImage Class

Was this information helpful?