PARAMFLAG Enumeración

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

Utilice PARAMFLAG en su lugar.

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

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

Campos

PARAMFLAG_FHASCUSTDATA 64

El parámetro tiene datos personalizados.

PARAMFLAG_FHASDEFAULT 32

El parámetro tiene definidos comportamientos predeterminados.

PARAMFLAG_FIN 1

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

PARAMFLAG_FLCID 4

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

PARAMFLAG_FOPT 16

El parámetro es opcional.

PARAMFLAG_FOUT 2

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

PARAMFLAG_FRETVAL 8

El parámetro es el valor devuelto del miembro.

PARAMFLAG_NONE 0

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

Se aplica a