ProtectFileToEnterpriseIdentity 함수(edpwin32.h)
참고 WIP(Windows Information Protection) 정책은 Windows 10 버전 1607에 적용할 수 있습니다.
구문
HRESULT ProtectFileToEnterpriseIdentity(
[in] PCWSTR fileOrFolderPath,
[in] PCWSTR identity
);
매개 변수
[in] fileOrFolderPath
보호하려는 파일 또는 폴더의 경로입니다.
[in] identity
데이터가 보호되는 엔터프라이즈 ID입니다. 이 ID는 관리되는 이메일 주소 또는 도메인입니다.
반환 값
이 함수가 성공하면 S_OK 반환합니다. 성공하지 않으면 HRESULT 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2016 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | edpwin32.h |
라이브러리 | Efswrt.h |
DLL | Efswrt.dll |