SHFreeNameMappings 함수(shellapi.h)
SHFileOperation 함수에서 검색한 파일 이름 매핑 개체를 해제합니다.
구문
void SHFreeNameMappings(
[in, optional] HANDLE hNameMappings
);
매개 변수
[in, optional] hNameMappings
형식: HANDLE
해제할 파일 이름 매핑 개체에 대한 핸들입니다.
반환 값
없음
요구 사항
지원되는 최소 클라이언트 | Windows XP [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | shellapi.h |
라이브러리 | Shell32.lib |
DLL | Shell32.dll(버전 4.0 이상) |