Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Contains information that represents a device object.
Syntax
typedef struct _DEV_OBJECT {
DEV_OBJECT_TYPE ObjectType;
PCWSTR pszObjectId;
ULONG cPropertyCount;
const DEVPROPERTY *pProperties;
} DEV_OBJECT, *PDEV_OBJECT;
Members
ObjectType
A value from the DEV_OBJECT_TYPE enumeration that specifies the type of this device object.
pszObjectId
The string that is the unique identifier for this particular object among objects of the same type.
cPropertyCount
The count of DEVPROPERTY structures pointed to by pProperties.
pProperties
A pointer to an array of 0 or more DEVPROPERTY structures.
Requirements
| Requirement | Value |
|---|---|
| Header | devquerydef.h |