Skip to content

Latest commit

 

History

History
107 lines (86 loc) · 3.71 KB

nf-wsdclient-iwsddeviceproxy-getthismodelmetadata.md

File metadata and controls

107 lines (86 loc) · 3.71 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wsdclient.IWSDDeviceProxy.GetThisModelMetadata
IWSDDeviceProxy::GetThisModelMetadata (wsdclient.h)
Retrieves model-specific metadata for the device.
GetThisModelMetadata
GetThisModelMetadata method
GetThisModelMetadata method
IWSDDeviceProxy interface
IWSDDeviceProxy interface
GetThisModelMetadata method
IWSDDeviceProxy.GetThisModelMetadata
IWSDDeviceProxy::GetThisModelMetadata
ncd.iwsddeviceproxy_getthismodelmetadata_method
wsdclient/IWSDDeviceProxy::GetThisModelMetadata
ncd\iwsddeviceproxy_getthismodelmetadata_method.htm
ncd
8a9343b8-34f3-41f9-8b02-853ae724ec75
12/05/2018
GetThisModelMetadata, GetThisModelMetadata method, GetThisModelMetadata method,IWSDDeviceProxy interface, IWSDDeviceProxy interface,GetThisModelMetadata method, IWSDDeviceProxy.GetThisModelMetadata, IWSDDeviceProxy::GetThisModelMetadata, ncd.iwsddeviceproxy_getthismodelmetadata_method, wsdclient/IWSDDeviceProxy::GetThisModelMetadata
wsdclient.h
Wsdapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
WsdClient.idl
Wsdapi.dll
Windows
19H1
IWSDDeviceProxy::GetThisModelMetadata
wsdclient/IWSDDeviceProxy::GetThisModelMetadata
c++
APIRef
kbSyntax
COM
Wsdapi.dll
IWSDDeviceProxy.GetThisModelMetadata

IWSDDeviceProxy::GetThisModelMetadata

-description

Retrieves model-specific metadata for the device.

-parameters

-param ppManufacturerMetadata [out]

Reference to a WSD_THIS_MODEL_METADATA structure that specifies manufacturer and model-specific metadata. Do not release this object.

-returns

This method can return one of these values.

Possible return values include, but are not limited to, the following.

Return code Description
S_OK
Method completed successfully.
E_POINTER
ppManufacturerMetadata is NULL.

-remarks

GetThisModelMetadata will not cause the device proxy to retrieve metadata from the device. Instead, GetThisModelMetadata will return the metadata retrieved with the last call to BeginGetMetadata and EndGetMetadata. If neither of these methods has been called, GetThisModelMetadata will return the metadata retrieved when the IWSDDeviceProxy object was initialized.

Upon success, the memory at ppMetadata will be valid until BeginGetMetadata or EndGetMetadata is called or until the IWSDDeviceProxy object is released.

-see-also

IWSDDeviceProxy