ELEMDESC 结构

定义

包含变量、函数或函数参数的类型说明和进程传输信息。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
继承
ELEMDESC

注解

有关其他信息,请参阅 ELEMDESC 结构For additional information, see ELEMDESC structure.

当本机代码中的 COM 方法返回 HRESULT 时,公共语言运行时将引发异常。The common language runtime throws an exception when a COM method in native code returns an HRESULT. 有关更多信息,请参见 How to: Map HRESULTs and ExceptionsFor more information, see How to: Map HRESULTs and Exceptions.

字段

desc

包含有关元素的信息。Contains information about an element.

tdesc

标识元素的类型。Identifies the type of the element.

适用于