IDLFLAG 열거형

정의

주의

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

IDLFLAG를 대신 사용하세요.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

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

필드

Name Description
IDLFLAG_NONE 0

매개 변수가 정보를 전달하거나 받는지 여부는 지정되지 않습니다.

IDLFLAG_FIN 1

매개 변수는 호출자의 정보를 호출자에게 전달합니다.

IDLFLAG_FOUT 2

매개 변수는 호출 수신자에서 호출자로 정보를 반환합니다.

IDLFLAG_FLCID 4

매개 변수는 클라이언트 애플리케이션의 로컬 식별자입니다.

IDLFLAG_FRETVAL 8

매개 변수는 멤버의 반환 값입니다.

적용 대상