Lire en anglais

Partager via


IDLFLAG Énumération

Définition

Attention

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

Utilisez plutôt IDLFLAG.

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum IDLFLAG
C#
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum IDLFLAG
Héritage
Attributs

Champs

Nom Valeur Description
IDLFLAG_FIN 1

Le paramètre passe des informations de l'appelant à l'appelé.

IDLFLAG_FLCID 4

Le paramètre est l'identificateur local d'une application cliente.

IDLFLAG_FOUT 2

Le paramètre retourne des informations de l'appelé à l'appelant.

IDLFLAG_FRETVAL 8

Le paramètre est la valeur de retour du membre.

IDLFLAG_NONE 0

Il n'est pas spécifié si le paramètre passe ou reçoit des informations.

S’applique à

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)