INetworkConnection2::IsDomainAuthenticatedBy 메서드(netlistmgr.h)

이 네트워크 연결에 대해 지정된 도메인 인증 방법이 성공했는지 여부를 쿼리합니다.

구문

HRESULT IsDomainAuthenticatedBy(
  NLM_DOMAIN_AUTHENTICATION_KIND domainAuthenticationKind,
  BOOL                           *pValue
);

매개 변수

domainAuthenticationKind

형식: [in] NLM_DOMAIN_AUTHENTICATION_KIND

쿼리할 특정 도메인 인증 방법입니다.

pValue

형식: [out, retval] BOOL*

함수는 pValue를 역참조하고, 이 네트워크 연결에 domainAuthenticationKind 매개 변수에 지정된 것과 동일한 도메인 인증 종류가 있는지 또는 FALSE 이 네트워크 연결에 domainAuthenticationKind에 지정된 것과 다른 도메인 인증 종류가 있는지를 할당 TRUE 합니다.

반환 값

성공하면 S_OK 반환합니다.

설명

INetwork2::IsDomainAuthenticatedBy 메서드에 대한 설명을 참조하세요.

예제

INetwork2::IsDomainAuthenticatedBy 메서드에 대한 예제를 참조하세요.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 11 빌드 22621
대상 플랫폼 Windows
헤더 netlistmgr.h

추가 정보