ELEMDESC Estructura
Definición
Contiene la descripción del tipo y la información de transferencia de proceso de una variable, una función o un parámetro de función.Contains the type description and process transfer information for a variable, function, or a function parameter.
public value class ELEMDESC
public struct ELEMDESC
type ELEMDESC = struct
Public Structure ELEMDESC
- Herencia
Comentarios
Para obtener más información, consulte estructura ELEMDESC.For additional information, see ELEMDESC structure.
El Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un valor HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.
Campos
desc |
Contiene información sobre un elemento.Contains information about an element. |
tdesc |
Identifica el tipo del elemento.Identifies the type of the element. |