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