IDeviceSpecificProperty::GetType method (devicetopology.h)

The GetType method gets the data type of the device-specific property value.

Syntax

HRESULT GetType(
  [out] VARTYPE *pVType
);

Parameters

[out] pVType

Pointer to a VARTYPE variable into which the method writes a VARTYPE enumeration value that indicates the data type of the device-specific property value. For more information about VARTYPE and VARTYPE, see the Windows SDK documentation.

Return value

If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
E_POINTER
Pointer pVType is NULL.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header devicetopology.h

See also

IDeviceSpecificProperty Interface