FUNCDESC 구조체
정의
경고
이 API는 현재 사용되지 않습니다.
public value class FUNCDESC
[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FUNCDESC
type FUNCDESC = struct
Public Structure FUNCDESC
- 상속
- 특성
설명
에 대 한 자세한 내용은 FUNCDESC
, MSDN Library를 참조 합니다.For additional information about FUNCDESC
, see the MSDN Library.
필드
callconv |
함수의 호출 규칙을 지정합니다.Specifies the calling convention of a function. |
cParams |
총 매개 변수 수를 계산합니다.Counts the total number of parameters. |
cParamsOpt |
선택적인 매개 변수를 계산합니다.Counts the optional parameters. |
cScodes |
허용된 반환 값을 계산합니다.Counts the permitted return values. |
elemdescFunc |
함수의 반환 형식을 포함합니다.Contains the return type of the function. |
funckind |
함수가 가상 함수인지 정적 함수인지 또는 디스패치 전용인지 지정합니다.Specifies whether the function is virtual, static, or dispatch-only. |
invkind |
속성 함수의 형식을 지정합니다.Specifies the type of a property function. |
lprgelemdescParam | |
lprgscode |
16비트 시스템에서 함수가 반환할 수 있는 오류 수를 저장합니다.Stores the count of errors a function can return on a 16-bit system. |
memid |
함수 멤버 ID를 식별합니다.Identifies the function member ID. |
oVft |
FUNC_VIRTUAL의 VTBL에 있는 오프셋을 지정합니다.Specifies the offset in the VTBL for FUNC_VIRTUAL. |
wFuncFlags |