IDLFLAG-Enumeration
Veröffentlicht: Oktober 2016
Hinweis: Diese API ist jetzt veraltet.
Verwenden Sie stattdessen System.Runtime.InteropServices.ComTypes.IDLFLAG.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das eine bitweise Kombination der Memberwerte zulässt.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[FlagsAttribute]
public enum IDLFLAG
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
[FlagsAttribute]
public enum class IDLFLAG
[<SerializableAttribute>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)>]
[<FlagsAttribute>]
type IDLFLAG
<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead. https://go.microsoft.com/fwlink/?linkid=14202",
False)>
<FlagsAttribute>
Public Enumeration IDLFLAG
Member
Membername | Beschreibung | |
---|---|---|
IDLFLAG_FIN | Der Parameter übergibt Informationen vom Aufrufer zum aufgerufenen. |
|
IDLFLAG_FLCID | Der Parameter ist der lokale Bezeichner einer Clientanwendung. |
|
IDLFLAG_FOUT | Der Parameter gibt Informationen vom aufgerufenen an den Aufrufer zurück. |
|
IDLFLAG_FRETVAL | Der Parameter ist der Rückgabewert des Members. |
|
IDLFLAG_NONE | Gibt an, ob der Parameter Informationen weitergibt oder empfängt ist nicht angegeben. |
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
System.Runtime.InteropServices-Namespace
Zurück zum Anfang