PARAMFLAG Enum

Definition

Caution

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

Use PARAMFLAG instead.

This enumeration supports a bitwise combination of its member values.

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]
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>]
type PARAMFLAG = 
Public Enum PARAMFLAG
Inheritance
PARAMFLAG
Attributes

Fields

PARAMFLAG_FHASCUSTDATA 64

The parameter has custom data.

PARAMFLAG_FHASDEFAULT 32

The parameter has default behaviors defined.

PARAMFLAG_FIN 1

The parameter passes information from the caller to the callee.

PARAMFLAG_FLCID 4

The parameter is the local identifier of a client application.

PARAMFLAG_FOPT 16

The parameter is optional.

PARAMFLAG_FOUT 2

The parameter returns information from the callee to the caller.

PARAMFLAG_FRETVAL 8

The parameter is the return value of the member.

PARAMFLAG_NONE 0

Whether the parameter passes or receives information is unspecified.

Applies to