IDLFLAG Enumeración

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

Utilice IDLFLAG en su lugar.

Esta enumeración admite una combinación bit a bit de sus valores de miembro.

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
Herencia
Atributos

Campos

IDLFLAG_FIN 1

El parámetro pasa información del que llama al llamado.

IDLFLAG_FLCID 4

El parámetro es el identificador local de una aplicación cliente.

IDLFLAG_FOUT 2

El parámetro devuelve información del llamado al que llama.

IDLFLAG_FRETVAL 8

El parámetro es el valor devuelto del miembro.

IDLFLAG_NONE 0

No se especifica si el parámetro pasa o recibe información.

Se aplica a