Estrutura PARAMDESC
Observação: Esta API agora está obsoleta.
Use System.Runtime.InteropServices.ComTypes.PARAMDESC em vez disso.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
public struct PARAMDESC
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
public value struct PARAMDESC
[<Sealed>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)>]
type PARAMDESC = struct end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. https://go.microsoft.com/fwlink/?linkid=14202",
False)>
Public Structure PARAMDESC
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | Indica se essa instância e um objeto especificado são iguais.(Herdado de ValueType.) |
|
GetHashCode() | Retorna o código hash para essa instância.(Herdado de ValueType.) |
|
GetType() | ||
ToString() | Retorna o nome do tipo totalmente qualificado dessa instância.(Herdado de ValueType.) |
Campos
Nome | Descrição | |
---|---|---|
lpVarValue | Representa um ponteiro para um valor que está sendo passado entre processos. |
|
wParamFlags | Representa valores de máscara de bits que descrevem a estrutura do elemento, parâmetro ou valor de retorno. |
Comentários
Para obter informações adicionais sobre PARAMDESC, consulte a MSDN Library.
Informações de Versão
.NET Framework
Disponível desde 1.1
Acesso thread-safe
Quaisquer membros estáticos públicos ( Compartilhado no Visual Basic) desse tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Confira Também
Namespace System.Runtime.InteropServices
Retornar ao início