PARAMDESC 구조체

정의

주의

Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202

주의

이 API는 이제 사용되지 않습니다.

대신 PARAMDESC를 사용하세요.

public value class PARAMDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct PARAMDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct PARAMDESC
[System.Obsolete]
public struct PARAMDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type PARAMDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type PARAMDESC = struct
[<System.Obsolete>]
type PARAMDESC = struct
Public Structure PARAMDESC
상속
PARAMDESC
특성

설명

에 대 한 자세한 내용은 PARAMDESC, MSDN Library를 참조 합니다.

필드

lpVarValue

프로세스 간에 전달되는 값에 대한 포인터를 나타냅니다.

wParamFlags

구조체 요소, 매개 변수 또는 반환 값을 설명하는 비트 마스크 값을 나타냅니다.

적용 대상