PARAMDESC Estrutura

Definição

Cuidado

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

Cuidado

Essa API foi preterida.

Use PARAMDESC em seu lugar.

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
Herança
PARAMDESC
Atributos

Comentários

Para obter informações adicionais sobre PARAMDESC o, consulte a biblioteca MSDN.

Campos

lpVarValue

Representa um ponteiro para um valor que está sendo passado entre processos.

wParamFlags

Representa os valores de máscara de bits que descrevem o elemento, o parâmetro ou o valor retornado da estrutura.

Aplica-se a