PARAMDESC Structure

Définition

Attention

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

Attention

Cette API est à présent déconseillée.

Utilisez plutôt PARAMDESC.

public value class PARAMDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct PARAMDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct PARAMDESC
[System.Obsolete]
public struct PARAMDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type PARAMDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type PARAMDESC = struct
[<System.Obsolete>]
type PARAMDESC = struct
Public Structure PARAMDESC
Héritage
PARAMDESC
Attributs

Remarques

Pour plus d’informations sur PARAMDESC , consultez MSDN Library.

Champs

lpVarValue

Représente un pointeur vers une valeur passée entre des processus.

wParamFlags

Représente des valeurs de masque de bits qui décrivent l'élément de structure, le paramètre ou la valeur de retour.

S’applique à