PARAMFLAG Enumerazione

Definizione

Attenzione

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

In alternativa, utilizzare PARAMFLAG.

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

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
Ereditarietà
PARAMFLAG
Attributi

Campi

PARAMFLAG_FHASCUSTDATA 64

Il parametro contiene dati personalizzati.

PARAMFLAG_FHASDEFAULT 32

Il parametro contiene comportamenti predefiniti.

PARAMFLAG_FIN 1

Il parametro passa informazioni dal chiamante al chiamato.

PARAMFLAG_FLCID 4

Il parametro è l'identificatore locale di un'applicazione client.

PARAMFLAG_FOPT 16

Il parametro è facoltativo.

PARAMFLAG_FOUT 2

Il parametro restituisce informazioni dal chiamante al chiamato.

PARAMFLAG_FRETVAL 8

Il parametro è il valore restituito del membro.

PARAMFLAG_NONE 0

Non è specificato se il parametro passa o riceve informazioni.

Si applica a