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 está ya obsoleta.
En su lugar, use PARAMFLAG.Use PARAMFLAG instead.
Esta enumeración tiene un atributo FlagsAttribute, que permite 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
- Atributos
Campos
PARAMFLAG_FHASCUSTDATA | 64 | El parámetro tiene datos personalizados.The parameter has custom data. |
PARAMFLAG_FHASDEFAULT | 32 | El parámetro tiene definidos comportamientos predeterminados.The parameter has default behaviors defined. |
PARAMFLAG_FIN | 1 | El parámetro pasa información del que llama al llamado.The parameter passes information from the caller to the callee. |
PARAMFLAG_FLCID | 4 | El parámetro es el identificador local de una aplicación cliente.The parameter is the local identifier of a client application. |
PARAMFLAG_FOPT | 16 | El parámetro es opcional.The parameter is optional. |
PARAMFLAG_FOUT | 2 | El parámetro devuelve información del llamado al que llama.The parameter returns information from the callee to the caller. |
PARAMFLAG_FRETVAL | 8 | El parámetro es el valor devuelto del miembro.The parameter is the return value of the member. |
PARAMFLAG_NONE | 0 | No se especifica si el parámetro pasa o recibe información.Whether the parameter passes or receives information is unspecified. |