DSEditSecurity 함수(dssec.h)
DSEditSecurity 함수는 DS(Directory Services) 개체의 보안을 편집하기 위한 모달 대화 상자를 표시합니다.
구문
HRESULT DSEditSecurity(
[in] HWND hwndOwner,
[in] LPCWSTR pwszObjectPath,
[in, optional] LPCWSTR pwszObjectClass,
[in] DWORD dwFlags,
[in, optional] LPCWSTR pwszCaption,
[in, optional] PFNREADOBJECTSECURITY pfnReadSD,
[in, optional] PFNWRITEOBJECTSECURITY pfnWriteSD,
[in] LPARAM lpContext
);
매개 변수
[in] hwndOwner
대화 상자 소유자 창입니다.
[in] pwszObjectPath
DS 개체의 전체 ADS(Active Directory Services) 경로입니다.
[in, optional] pwszObjectClass
개체의 클래스입니다.
[in] dwFlags
DSSI_* 플래그의 조합입니다.
[in, optional] pwszCaption
대화 상자가 캡션.
[in, optional] pfnReadSD
개체를 읽기 위한 함수입니다.
[in, optional] pfnWriteSD
개체를 작성하기 위한 함수입니다.
[in] lpContext
pfnReadSD 및 pfnWriteSD 매개 변수의 읽기 또는 쓰기 함수에 전달된 컨텍스트입니다.
반환 값
함수가 성공하면 함수는 S_OK 반환합니다.
함수가 실패하면 오류를 나타내는 HRESULT 값을 반환합니다. 일반적인 오류 코드 목록은 일반적인 HRESULT 값을 참조하세요.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | 지원되는 버전 없음 |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | dssec.h |
라이브러리 | DSSec.lib |
DLL | DSSec.dll |