FUNCDESC Estructura

Definición

Precaución

Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202

Utilice FUNCDESC en su lugar.

public value class FUNCDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct FUNCDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FUNCDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type FUNCDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCDESC = struct
Public Structure FUNCDESC
Herencia
FUNCDESC
Atributos

Comentarios

Para obtener más información sobre FUNCDESC, vea MSDN Library.

Campos

callconv
Obsoletos.

Especifica la convención de llamada de una función.

cParams
Obsoletos.

Cuenta el número total de parámetros.

cParamsOpt
Obsoletos.

Cuenta los parámetros opcionales.

cScodes
Obsoletos.

Cuenta los valores devueltos permitidos.

elemdescFunc
Obsoletos.

Contiene el tipo devuelto de la función.

funckind
Obsoletos.

Especifica si la función es virtual, estática o de sólo distribución.

invkind
Obsoletos.

Especifica el tipo de una función de propiedad.

lprgelemdescParam
Obsoletos.

Indica el tamaño de cParams.

lprgscode
Obsoletos.

Almacena el número de errores que una función puede devolver en un sistema de 16 bits.

memid
Obsoletos.

Identifica el identificador del miembro de función.

oVft
Obsoletos.

Especifica el desplazamiento en la VTBL para FUNC_VIRTUAL.

wFuncFlags
Obsoletos.

Indica el FUNCFLAGS de una función.

Se aplica a