IWbemPath 인터페이스(wmiutils.h)
IWbemPath 인터페이스는 개체 경로 파서의 기본 인터페이스이며 표준 방식으로 프로그램에서 사용할 수 있는 경로를 구문 분석합니다. 이 인터페이스는 경로 정보를 설정하고 검색하기 위한 기본 인터페이스입니다.
다음 표에서는 IWbemPath에 대한 메서드를 나열합니다.
상속
IWbemPath 인터페이스는 IUnknown 인터페이스에서 상속됩니다. IWbemPath 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
IWbemPath 인터페이스에는 이러한 메서드가 있습니다.
IWbemPath::CreateClassPart 경로의 클래스 또는 키 부분을 초기화합니다. |
IWbemPath::D eleteClassPart IWbemPath::D eleteClassPart 메서드는 경로의 클래스 부분을 삭제합니다. |
IWbemPath::GetClassName IWbemPath::GetClassName 메서드는 경로에서 클래스 이름 부분을 검색합니다. |
IWbemPath::GetInfo IWbemPath::GetInfo 메서드는 파서 개체에 배치된 경로에 대한 세부 정보를 반환합니다. |
IWbemPath::GetKeyList 개별 키에 액세스할 수 있도록 IWbemPathKeyList 포인터를 검색합니다. |
IWbemPath::GetNamespaceAt 인덱스를 기반으로 네임스페이스를 검색합니다. |
IWbemPath::GetNamespaceCount IWbemPath::GetNamespaceCount 메서드는 경로의 네임스페이스 수를 반환합니다. |
IWbemPath::GetScope 인덱스를 기반으로 scope 검색합니다. |
IWbemPath::GetScopeAsText 인덱스를 기반으로 텍스트 형식의 scope 검색합니다. |
IWbemPath::GetScopeCount IWbemPath::GetScopeCount 메서드는 경로의 범위 수를 반환합니다. |
IWbemPath::GetServer IWbemPath::GetServer 메서드는 경로의 서버 부분을 검색합니다. |
IWbemPath::GetText IWbemPath::GetText 메서드는 이전에 파서 개체에 배치된 경로의 텍스트 표현을 반환합니다. |
IWbemPath::IsLocal IWbemPath::IsLocal 메서드는 전달된 컴퓨터 이름이 경로의 컴퓨터 이름과 일치하는지 또는 경로의 서버 이름이 NULL 또는 "."인지 테스트합니다. |
IWbemPath::IsRelative IWbemPath::IsRelative 메서드는 파서에 이미 설정된 경로가 특정 컴퓨터 및 네임스페이스를 기준으로 하는지 테스트합니다. |
IWbemPath::IsRelativeOrChild IWbemPath::IsRelativeOrChild 메서드는 파서에 이미 설정된 경로가 특정 컴퓨터 및 네임스페이스의 자식 또는 상대 경로인지 테스트합니다. |
IWbemPath::IsSameClassName IWbemPath::IsSameClassName 메서드는 전달된 클래스 이름이 경로의 클래스 이름과 일치하는지 여부를 테스트합니다. 메서드는 경로에 실제로 클래스 이름이 있는 경우에만 TRUE를 반환할 수 있습니다. |
IWbemPath::RemoveAllNamespaces IWbemPath::RemoveAllNamespaces 메서드는 경로의 네임스페이스 부분을 제거합니다. |
IWbemPath::RemoveAllScopes IWbemPath::RemoveAllScopes 메서드는 경로에서 모든 범위를 제거합니다. |
IWbemPath::RemoveNamespaceAt IWbemPath::RemoveNamespaceAt 메서드는 특정 인덱스에서 네임스페이스를 제거합니다. 맨 왼쪽 네임스페이스의 인덱스 값은 0이지만 오른쪽의 네임스페이스는 인덱스 값이 점점 더 높습니다. |
IWbemPath::RemoveScope IWbemPath::RemoveScope 메서드는 인덱스에 따라 scope 제거합니다. |
IWbemPath::SetClassName IWbemPath::SetClassName 메서드는 경로의 클래스 이름 부분을 설정합니다. |
IWbemPath::SetNamespaceAt IWbemPath::SetNamespace 메서드는 경로에서 네임스페이스가 배치되는 위치를 지정하기 위해 0부터 시작하는 인덱싱을 사용하여 경로의 네임스페이스를 설정합니다. |
IWbemPath::SetScope IWbemPath::SetScope 메서드는 인덱스를 기반으로 경로의 scope 설정합니다. 인덱스는 항상 0이고 scope 경로의 클래스 또는 키 부분입니다. 이 메서드는 클래스 이름도 설정합니다. |
IWbemPath::SetServer IWbemPath::SetServer 메서드는 경로의 서버 부분을 설정합니다. |
IWbemPath::SetText IWbemPath::SetText 메서드는 경로 파서에서 경로 정보를 반환할 수 있도록 경로를 구문 분석합니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista |
지원되는 최소 서버 | Windows Server 2008 |
대상 플랫폼 | Windows |
헤더 | wmiutils.h |