Skip to content

Latest commit

 

History

History
87 lines (73 loc) · 2.79 KB

nf-portabledeviceapi-iportabledevice-unadvise.md

File metadata and controls

87 lines (73 loc) · 2.79 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:portabledeviceapi.IPortableDevice.Unadvise
IPortableDevice::Unadvise (portabledeviceapi.h)
The Unadvise method unregisters a client from receiving callback notifications. You must call this method if you called Advise previously.
IPortableDevice interface [Windows Portable Devices SDK]
Unadvise method
IPortableDevice.Unadvise
IPortableDevice::Unadvise
IPortableDeviceUnadvise
Unadvise
Unadvise method [Windows Portable Devices SDK]
Unadvise method [Windows Portable Devices SDK]
IPortableDevice interface
portabledeviceapi/IPortableDevice::Unadvise
wpdsdk.iportabledevice_unadvise
wpdsdk\iportabledevice_unadvise.htm
wpdsdk
6720e92b-35cd-4e3f-bd21-36337cf80140
12/05/2018
IPortableDevice interface [Windows Portable Devices SDK],Unadvise method, IPortableDevice.Unadvise, IPortableDevice::Unadvise, IPortableDeviceUnadvise, Unadvise, Unadvise method [Windows Portable Devices SDK], Unadvise method [Windows Portable Devices SDK],IPortableDevice interface, portabledeviceapi/IPortableDevice::Unadvise, wpdsdk.iportabledevice_unadvise
portabledeviceapi.h
Windows
PortableDeviceGUIDs.lib
Windows
19H1
IPortableDevice::Unadvise
portabledeviceapi/IPortableDevice::Unadvise
c++
APIRef
kbSyntax
COM
PortableDeviceGUIDs.lib
PortableDeviceGUIDs.dll
IPortableDevice.Unadvise

IPortableDevice::Unadvise

-description

The Unadvise method unregisters a client from receiving callback notifications. You must call this method if you called Advise previously.

-parameters

-param pszCookie [in]

Pointer to a null-terminated string that is a unique context ID. This was retrieved in the initial call to IPortableDevice::Advise.

-returns

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

Return code Description
S_OK
The method succeeded.

-see-also

IPortableDevice Interface