다음을 통해 공유


EventWaitHandleAcl.OpenExisting(String, EventWaitHandleRights) 메서드

정의

이미 있는 경우 지정된 명명된 이벤트 대기 핸들을 열고 원하는 액세스 권한을 적용합니다.

public:
 static System::Threading::EventWaitHandle ^ OpenExisting(System::String ^ name, System::Security::AccessControl::EventWaitHandleRights rights);
public static System.Threading.EventWaitHandle OpenExisting (string name, System.Security.AccessControl.EventWaitHandleRights rights);
static member OpenExisting : string * System.Security.AccessControl.EventWaitHandleRights -> System.Threading.EventWaitHandle
Public Shared Function OpenExisting (name As String, rights As EventWaitHandleRights) As EventWaitHandle

매개 변수

name
String

열 이벤트 대기 핸들의 이름입니다. "Global" 접두사인 경우 컴퓨터 전체 이벤트 대기 핸들을 나타냅니다. 접두사 "Local"이 접두사이거나 접두사 없는 경우 세션 전체 이벤트 대기 핸들을 참조합니다. 접두사와 이름 모두 대/소문자를 구분합니다.

rights
EventWaitHandleRights

반환된 이벤트 대기 핸들에 적용할 원하는 액세스 권한입니다.

반환

EventWaitHandle

명명된 기존 이벤트 대기 핸들입니다.

예외

name이(가) null인 경우

name이 빈 문자열인 경우

명명된 이벤트 대기 핸들이 없거나 잘못되었습니다.

경로를 찾을 수 없습니다.

Win32 오류가 발생한 경우

명명된 이벤트 대기 핸들이 있지만 사용자에게는 이를 사용하는 데 필요한 보안 액세스 권한이 없습니다.

적용 대상