Link Search Menu Expand Document

bool enuDeleteSvgGlobalFile(wchar_t* pStrFileName)

bool enuDeleteSvgGlobalFile(wchar_t* pStrFileName)

Parameters

  • wchar_t* pStrFileName

글러벌 영역의 SVG 파일을 입력합니다. (ex “global\global.svg”)

Return Value

Type : bool

글러벌 영역의 SVG 파일의 정상 제거유무를 반환합니다.

Remarks

글러벌 영역의 SVG 파일을 제거합니다.

Examples

enuDeleteSvgGlobalFile(L"global\\global.svg");