IDataObject.EnumDAdvise(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a pointer to an object that can enumerate the notification connections that are currently maintained by this IDataObject interface.
public:
int EnumDAdvise(IntPtr a);
public int EnumDAdvise (IntPtr a);
abstract member EnumDAdvise : nativeint -> int
Public Function EnumDAdvise (a As IntPtr) As Integer
Parameters
- a
-
IntPtr
nativeint
The address of the IEnumSTATDATA receiving the interface pointer to the new enumerator object. There are no connections if this call to the EnumDAdvise method sets a
to null
.
Returns
The EnumDAdvise method supports the standard return value E_OUTOFMEMORY, as well as the following return values:
Return value | Description |
---|---|
S_OK | This call to the EnumDAdvise method successfully created the instance of the enumerator object.-or-There are no connections. |
OLE_E_ADVISENOTSUPPORTED | The object does not support change notification. |
Remarks
For more information about programming with the IDataObject interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.