Lenguaje

IDataObject.EnumFormatEtc(Int32, IntPtr) Método

Definición

Recupera un puntero a un objeto que puede enumerar los FORMATETC tipos de enumerador que admite esta implementación.

public:
 int EnumFormatEtc(int a, IntPtr b);
public int EnumFormatEtc(int a, IntPtr b);
abstract member EnumFormatEtc : int * nativeint -> int
Public Function EnumFormatEtc (a As Integer, b As IntPtr) As Integer

Parámetros

a
Int32

Valor de que DATADIR indica la dirección de los datos.

b
IntPtr

nativeint

Una dirección de variable de salida que recibe .IEnumFORMATETC

Devoluciones

El método EnumFormatEtc admite los valores devueltos estándar E_INVALIDARG y E_OUTOFMEMORY, así como los siguientes valores devueltos:

Valor devuelto Description
S_OK Esta llamada al método EnumFormatEtc creó correctamente el objeto enumerador.
E_NOTIMPL No se admite la dirección especificada.
OLE_S_USEREG Solicitud a OLE para enumerar los formatos del Registro.

Comentarios

Para obtener más información sobre la programación con la interfaz /> /MMC.

Se aplica a