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

_AM_PIN_FLOW_CONTROL_BLOCK_FLAGS

列挙型
基底型i4

メンバー 1

名前10進16進
AM_PIN_FLOW_CONTROL_BLOCK10x1

各言語での定義

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

typedef enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS : int {
    AM_PIN_FLOW_CONTROL_BLOCK = 1
} _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS;
public enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS : int
{
    AM_PIN_FLOW_CONTROL_BLOCK = 1,
}
Public Enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS As Integer
    AM_PIN_FLOW_CONTROL_BLOCK = 1
End Enum
import enum

class _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS(enum.IntEnum):
    AM_PIN_FLOW_CONTROL_BLOCK = 1
// _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
pub const AM_PIN_FLOW_CONTROL_BLOCK: i32 = 1;
// _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
const (
	AM_PIN_FLOW_CONTROL_BLOCK int32 = 1
)
const
  AM_PIN_FLOW_CONTROL_BLOCK = 1;
// _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS
pub const AM_PIN_FLOW_CONTROL_BLOCK: i32 = 1;
const
  AM_PIN_FLOW_CONTROL_BLOCK* = 1
enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS : int {
    AM_PIN_FLOW_CONTROL_BLOCK = 1,
}
#define global AM_PIN_FLOW_CONTROL_BLOCK 0x1