IDLFLAG Enum

Definition

Caution

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

Use IDLFLAG instead.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum IDLFLAG
C#
[System.Flags]
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum IDLFLAG
Inheritance
Attributes

Fields

Name Value Description
IDLFLAG_NONE 0

Whether the parameter passes or receives information is unspecified.

IDLFLAG_FIN 1

The parameter passes information from the caller to the callee.

IDLFLAG_FOUT 2

The parameter returns information from the callee to the caller.

IDLFLAG_FLCID 4

The parameter is the local identifier of a client application.

IDLFLAG_FRETVAL 8

The parameter is the return value of the member.

Applies to

Product Versions (Obsolete)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)