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
, MSDN Library를 참조 합니다.For additional information about ELEMDESC
, see the MSDN Library.
네이티브 코드에서 COM 메서드는 HRESULT를 반환 하는 경우에 공용 언어 런타임 예외가 발생 합니다.The common language runtime throws an exception when a COM method in native code returns an HRESULT. 자세한 내용은 How to: Map HRESULTs and Exceptions을 참조하세요.For more information, see How to: Map HRESULTs and Exceptions.
필드
desc |
요소에 대한 정보를 포함합니다.Contains information about an element. |
tdesc |
요소의 형식을 식별합니다.Identifies the type of the element. |