다음을 통해 공유


CSecurityAttributes::Set

속성을 설정 하려면이 메서드를 호출 하는 CSecurityAttributes 개체입니다.

void Set(
   const CSecurityDesc & rSecurityDescriptor,
   bool bInheritHandle = false
) throw(...);

매개 변수

  • rSecurityDescriptor
    보안 설명자에 대 한 참조입니다.

  • bInheritHandle
    새 프로세스가 생성 될 때 반환 된 핸들의 상속 여부를 지정 합니다.이 구성원이 참이 면 새 프로세스 핸들을 상속 합니다.

설명

이 메서드 생성자에서 초기화 되는 CSecurityAttributes 개체입니다.

요구 사항

헤더: atlsecurity.h

참고 항목

참조

CSecurityAttributes 클래스