FUNCDESC Structure
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Attributs
Pour plus d’informations sur FUNCDESC
, consultez MSDN Library.
callconv |
Obsolète.
Retourne la convention d'appel d'une fonction. |
c |
Obsolète.
Compte le nombre total de paramètres. |
c |
Obsolète.
Compte les paramètres facultatifs. |
c |
Obsolète.
Compte les valeurs de retour permises. |
elemdesc |
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é. |
lprgelemdesc |
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. |
o |
Obsolète.
Spécifie l'offset dans la VTBL pour FUNC_VIRTUAL. |
w |
Obsolète.
Indique le FUNCFLAGS d'une fonction. |
Produit | Versions (Obsolète) |
---|---|
.NET Framework | 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :