bool enuGetModifyResource(wchar_t* pStrFilename)
bool enuGetModifyResource(wchar_t* pStrFilename)
Parameters
- wchar_t* pStrFilename
RESOURCE영역의 SVG 파일이름을 입력합니다.
Return Value
Type : bool
RESOURCE영역의 SVG 파일의 변경유무를 반환합니다.
Remarks
RESOURCE영역의 SVG 파일의 변경유무를 반환합니다.
Examples
bool bModify = enuGetModifyResource(L"style\\style.svg");