PARAMFLAG Énumération

Définition

Attention

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

Attention

Cette API est à présent déconseillée.

Utilisez plutôt PARAMFLAG.

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

public enum class PARAMFLAG
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum PARAMFLAG
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum PARAMFLAG
[System.Flags]
[System.Serializable]
[System.Obsolete]
public enum PARAMFLAG
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PARAMFLAG = 
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type PARAMFLAG = 
[<System.Flags>]
[<System.Serializable>]
[<System.Obsolete>]
type PARAMFLAG = 
Public Enum PARAMFLAG
Héritage
PARAMFLAG
Attributs

Champs

PARAMFLAG_FHASCUSTDATA 64

Le paramètre a des données personnalisées.

PARAMFLAG_FHASDEFAULT 32

Le paramètre a des comportements par défaut définis.

PARAMFLAG_FIN 1

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

PARAMFLAG_FLCID 4

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

PARAMFLAG_FOPT 16

Le paramètre est facultatif.

PARAMFLAG_FOUT 2

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

PARAMFLAG_FRETVAL 8

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

PARAMFLAG_NONE 0

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

S’applique à