PARAMFLAG Enumeráció

Definíció

Figyelemfelhívás

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

A PARAMFLAG használható helyette.

Ez a felsorolás támogatja a tagértékek bitenkénti kombinációját.

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.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 = 
Public Enum PARAMFLAG
Öröklődés
PARAMFLAG
Attribútumok

Mezők

Name Érték Description
PARAMFLAG_NONE 0

A paraméter nem határozza meg, hogy a paraméter átadja-e vagy fogadja-e az adatokat.

PARAMFLAG_FIN 1

A paraméter adatokat ad át a hívótól a hívónak.

PARAMFLAG_FOUT 2

A paraméter információt ad vissza a hívótól a hívónak.

PARAMFLAG_FLCID 4

A paraméter egy ügyfélalkalmazás helyi azonosítója.

PARAMFLAG_FRETVAL 8

A paraméter a tag visszatérési értéke.

PARAMFLAG_FOPT 16

A paraméter megadása nem kötelező.

PARAMFLAG_FHASDEFAULT 32

A paraméter alapértelmezett viselkedést definiált.

PARAMFLAG_FHASCUSTDATA 64

A paraméter egyéni adatokkal rendelkezik.

A következőre érvényes: