FUNCDESC Structure

Définition

Attention

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

Utilisez plutôt FUNCDESC.

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
Héritage
FUNCDESC
Attributs

Remarques

Pour plus d’informations sur FUNCDESC, consultez MSDN Library.

Champs

callconv
Obsolète.

Retourne la convention d'appel d'une fonction.

cParams
Obsolète.

Compte le nombre total de paramètres.

cParamsOpt
Obsolète.

Compte les paramètres facultatifs.

cScodes
Obsolète.

Compte les valeurs de retour permises.

elemdescFunc
Obsolète.

Contient le type de retour de la fonction.

funckind
Obsolète.

Spécifie si la fonction est virtuelle, statique ou de répartition uniquement.

invkind
Obsolète.

Spécifie le type d'une fonction de propriété.

lprgelemdescParam
Obsolète.

Indique la taille de cParams.

lprgscode
Obsolète.

Stocke le nombre d'erreurs qu'une fonction peut retourner sur un système 16 bits.

memid
Obsolète.

Identifie l'ID d'une fonction membre.

oVft
Obsolète.

Spécifie l'offset dans la VTBL pour FUNC_VIRTUAL.

wFuncFlags
Obsolète.

Indique le FUNCFLAGS d'une fonction.

S’applique à