Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IPortableDeviceServiceManager::GetDeviceForService method

The GetDeviceForService method retrieves the device associated with the specified service.

Syntax


HRESULT STDMETHODCALLTYPE GetDeviceForService(
  [in]  LPCWSTR pszPnPServiceID,
  [out] LPWSTR  *ppszPnPDeviceID
);

Parameters

pszPnPServiceID [in]

The Plug and Play (PnP) identifier of the service.

ppszPnPDeviceID [out]

The retrieved PnP identifier of the device associated with the service.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return codeDescription
S_OK

The method succeeded.

E_POINTER

An invalid pointer was supplied.

 

Remarks

Neither the pszPnPServiceID parameter nor the pszPnPDeviceID parameter can be NULL.

An application can retrieve a PnP service identifier by calling the GetDeviceServices method.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

Header

PortableDeviceAPI.h

IDL

PortableDeviceAPI.idl

See also

IPortableDeviceServiceManager Interface

 

 

Community Additions

Show:
© 2017 Microsoft