PARAMFLAG Énumération
Définition
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.PARAMFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202
Utilisez PARAMFLAG à la place.
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.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 =
Public Enum PARAMFLAG
- Héritage
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| PARAMFLAG_NONE | 0 | Indique si le paramètre passe ou reçoit des informations non spécifiées. |
| PARAMFLAG_FIN | 1 | Le paramètre transmet des informations de l’appelant à l’appelé. |
| PARAMFLAG_FOUT | 2 | Le paramètre retourne des informations de l’appelé à l’appelant. |
| PARAMFLAG_FLCID | 4 | Le paramètre est l’identificateur local d’une application cliente. |
| PARAMFLAG_FRETVAL | 8 | Le paramètre est la valeur de retour du membre. |
| PARAMFLAG_FOPT | 16 | Le paramètre est facultatif. |
| PARAMFLAG_FHASDEFAULT | 32 | Le paramètre a des comportements par défaut définis. |
| PARAMFLAG_FHASCUSTDATA | 64 | Le paramètre a des données personnalisées. |