PARAMDESC Struktur

Definition

Achtung

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

Achtung

Diese API ist nun veraltet.

Verwenden Sie stattdessen 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
Vererbung
PARAMDESC
Attribute

Hinweise

Weitere Informationen zu finden Sie in PARAMDESC der MSDN Library.

Felder

lpVarValue

Stellt einen Zeiger auf einen Wert dar, der zwischen Prozessen übergeben wird.

wParamFlags

Stellt Bitmaskenwerte dar, die das Strukturelement, den Parameter oder den Rückgabewert beschreiben.

Gilt für