FUNCDESC Estructura
Definición
Precaución
Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
Esta API está ya obsoleta.
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.Obsolete]
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
[<System.Obsolete>]
type FUNCDESC = struct
Public Structure FUNCDESC
- Herencia
- Atributos
Comentarios
Para obtener información adicional acerca de FUNCDESC
, vea MSDN Library.For additional information about FUNCDESC
, see the MSDN Library.
Campos
callconv |
Especifica la convención de llamada de una función.Specifies the calling convention of a function. |
cParams |
Cuenta el número total de parámetros.Counts the total number of parameters. |
cParamsOpt |
Cuenta los parámetros opcionales.Counts the optional parameters. |
cScodes |
Cuenta los valores devueltos permitidos.Counts the permitted return values. |
elemdescFunc |
Contiene el tipo devuelto de la función.Contains the return type of the function. |
funckind |
Especifica si la función es virtual, estática o de sólo distribución.Specifies whether the function is virtual, static, or dispatch-only. |
invkind |
Especifica el tipo de una función de propiedad.Specifies the type of a property function. |
lprgelemdescParam | |
lprgscode |
Almacena el número de errores que una función puede devolver en un sistema de 16 bits.Stores the count of errors a function can return on a 16-bit system. |
memid |
Identifica el identificador del miembro de función.Identifies the function member ID. |
oVft |
Especifica el desplazamiento en la VTBL para FUNC_VIRTUAL.Specifies the offset in the VTBL for FUNC_VIRTUAL. |
wFuncFlags |
Indica el FUNCFLAGS de una función.Indicates the FUNCFLAGS of a function. |