IDLFLAG Enumerazione

Definizione

Attenzione

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

Attenzione

Questa API è ora deprecata.

In alternativa, utilizzare IDLFLAG.

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

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

Campi

IDLFLAG_FIN 1

Il parametro passa informazioni dal chiamante al chiamato.

IDLFLAG_FLCID 4

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

IDLFLAG_FOUT 2

Il parametro restituisce informazioni dal chiamante al chiamato.

IDLFLAG_FRETVAL 8

Il parametro è il valore restituito del membro.

IDLFLAG_NONE 0

Non è specificato se il parametro passa o riceve informazioni.

Si applica a