Compartir a través de


Enumeración PARAMFLAG

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Utilice System.Runtime.InteropServices.ComTypes.PARAMFLAG en su lugar.

Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de sus valores de miembro.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[FlagsAttribute]
public enum PARAMFLAG
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[FlagsAttribute]
public enum class PARAMFLAG
[<SerializableAttribute>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<FlagsAttribute>]
type PARAMFLAG
<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<FlagsAttribute>
Public Enumeration PARAMFLAG

Miembros

Nombre de miembro Descripción
PARAMFLAG_FHASCUSTDATA

El parámetro tiene datos personalizados.

PARAMFLAG_FHASDEFAULT

El parámetro tiene definidos comportamientos predeterminados.

PARAMFLAG_FIN

El parámetro pasa información del llamador al destinatario.

PARAMFLAG_FLCID

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

PARAMFLAG_FOPT

El parámetro es opcional.

PARAMFLAG_FOUT

El parámetro devuelve información desde el destinatario al llamador.

PARAMFLAG_FRETVAL

El parámetro es el valor devuelto del miembro.

PARAMFLAG_NONE

Si el parámetro pasa o recibe información no está especificado.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio