다음을 통해 공유


Win32_PnPDeviceProperty 클래스

Win32_PnPEntity::GetDeviceProperties 메서드에서 반환된 속성을 나타내는 클래스의 기본 형식입니다.

다음 구문은 MOF(Managed Object Format) 코드를 단순화한 것으로 상속된 속성이 모두 포함되어 있습니다.

구문

[abstract, UUID("{ee0b76cd-314b-41f1-99d4-d4f3b0421430}"), AMENDMENT]
class Win32_PnPDeviceProperty
{
  string Key;
  string KeyName;
  Uint32 Type;
  string DeviceID;
};

멤버

Win32_PnPDeviceProperty 클래스에는 다음과 같은 유형의 멤버가 있습니다.

속성

Win32_PnPDeviceProperty 클래스에는 이러한 속성이 있습니다.

DeviceID

데이터 형식: 문자열

액세스 형식: 읽기 전용

PnP 디바이스를 식별합니다.

데이터 형식: 문자열

액세스 형식: 읽기 전용

Data 속성을 식별하는 키 Name-Value 쌍의 값입니다.

KeyName

데이터 형식: 문자열

액세스 형식: 읽기 전용

Data 속성을 식별하는 키 Name-Value 쌍의 이름입니다.

형식

데이터 형식: Uint32

액세스 형식: 읽기 전용

Data 속성의 형식입니다.

가능한 값은 입니다.

비어 있음 (0)

Null (1)

SByte (2)

바이트 (3)

Int16 (4)

UInt16 (5)

Int32 (6)

Uint32 (7)

Int64 (8)

UInt64 (9)

Float (10)

Double (11)

10진수 (12)

Guid (13)

통화 (14)

날짜 (15)

FileTime (16)

부울 (17)

문자열 (18)

SecurityDescriptor (19)

SecurityDescriptorString (20)

DEVPROPKEY (21)

DEVPROPTYPE (22)

오류 (23)

NTStatus (24)

StringIndirect (25)

Reserved

26–4097

SByteArray (4098)

이진 파일 (4099)

Int16Array (4100)

UInt16Array (4101)

Int64Array (4102)

UInt64Array (4103)

FloatArray (4104)

DoubleArray (4105)

DecimalArray (4106)

GuidArray (4107)

CurrencyArray (4108)

DateArray (4109)

FileTimeArray (4110)

BooleanArray (4111)

StringList (4112)

SecurityDescriptorList (4113)

SecurityDescriptorStringList (8210)

DEVPROPKEYArray (8211)

DEVPROPTYPEArray (8212)

ErrorArray (4117)

NTStatusArray (4118)

StringIndirectList (4119)

알 수 없음 - devpropdef.h의 검사(4120)

TBD (8217)

Reserved

8218–4294967295

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows 10 [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2016
네임스페이스
Root\CIMV2
MOF
Cimwin32.mof
DLL
CIMWin32.dll

추가 정보

컴퓨터 시스템 하드웨어 클래스

GetDeviceProperties