Win32 API 日本語リファレンス
ホームMedia.DirectShow › DVD_RELATIVE_BUTTON

DVD_RELATIVE_BUTTON

列挙型
基底型i4

メンバー 4

名前10進16進
DVD_Relative_Upper10x1
DVD_Relative_Lower20x2
DVD_Relative_Left30x3
DVD_Relative_Right40x4

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum DVD_RELATIVE_BUTTON : int {
    DVD_Relative_Upper = 1,
    DVD_Relative_Lower = 2,
    DVD_Relative_Left = 3,
    DVD_Relative_Right = 4
} DVD_RELATIVE_BUTTON;
public enum DVD_RELATIVE_BUTTON : int
{
    DVD_Relative_Upper = 1,
    DVD_Relative_Lower = 2,
    DVD_Relative_Left = 3,
    DVD_Relative_Right = 4,
}
Public Enum DVD_RELATIVE_BUTTON As Integer
    DVD_Relative_Upper = 1
    DVD_Relative_Lower = 2
    DVD_Relative_Left = 3
    DVD_Relative_Right = 4
End Enum
import enum

class DVD_RELATIVE_BUTTON(enum.IntEnum):
    DVD_Relative_Upper = 1
    DVD_Relative_Lower = 2
    DVD_Relative_Left = 3
    DVD_Relative_Right = 4
// DVD_RELATIVE_BUTTON
pub const DVD_Relative_Upper: i32 = 1;
pub const DVD_Relative_Lower: i32 = 2;
pub const DVD_Relative_Left: i32 = 3;
pub const DVD_Relative_Right: i32 = 4;
// DVD_RELATIVE_BUTTON
const (
	DVD_Relative_Upper int32 = 1
	DVD_Relative_Lower int32 = 2
	DVD_Relative_Left int32 = 3
	DVD_Relative_Right int32 = 4
)
const
  DVD_Relative_Upper = 1;
  DVD_Relative_Lower = 2;
  DVD_Relative_Left = 3;
  DVD_Relative_Right = 4;
// DVD_RELATIVE_BUTTON
pub const DVD_Relative_Upper: i32 = 1;
pub const DVD_Relative_Lower: i32 = 2;
pub const DVD_Relative_Left: i32 = 3;
pub const DVD_Relative_Right: i32 = 4;
const
  DVD_Relative_Upper* = 1
  DVD_Relative_Lower* = 2
  DVD_Relative_Left* = 3
  DVD_Relative_Right* = 4
enum DVD_RELATIVE_BUTTON : int {
    DVD_Relative_Upper = 1,
    DVD_Relative_Lower = 2,
    DVD_Relative_Left = 3,
    DVD_Relative_Right = 4,
}
#define global DVD_Relative_Upper 0x1
#define global DVD_Relative_Lower 0x2
#define global DVD_Relative_Left  0x3
#define global DVD_Relative_Right 0x4