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

OPM_CGMSA

列挙型
基底型i4

メンバー 6

名前10進16進
OPM_CGMSA_OFF00x0
OPM_CGMSA_COPY_FREELY10x1
OPM_CGMSA_COPY_NO_MORE20x2
OPM_CGMSA_COPY_ONE_GENERATION30x3
OPM_CGMSA_COPY_NEVER40x4
OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED80x8

各言語での定義

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

typedef enum OPM_CGMSA : int {
    OPM_CGMSA_OFF = 0,
    OPM_CGMSA_COPY_FREELY = 1,
    OPM_CGMSA_COPY_NO_MORE = 2,
    OPM_CGMSA_COPY_ONE_GENERATION = 3,
    OPM_CGMSA_COPY_NEVER = 4,
    OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8
} OPM_CGMSA;
public enum OPM_CGMSA : int
{
    OPM_CGMSA_OFF = 0,
    OPM_CGMSA_COPY_FREELY = 1,
    OPM_CGMSA_COPY_NO_MORE = 2,
    OPM_CGMSA_COPY_ONE_GENERATION = 3,
    OPM_CGMSA_COPY_NEVER = 4,
    OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8,
}
Public Enum OPM_CGMSA As Integer
    OPM_CGMSA_OFF = 0
    OPM_CGMSA_COPY_FREELY = 1
    OPM_CGMSA_COPY_NO_MORE = 2
    OPM_CGMSA_COPY_ONE_GENERATION = 3
    OPM_CGMSA_COPY_NEVER = 4
    OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8
End Enum
import enum

class OPM_CGMSA(enum.IntEnum):
    OPM_CGMSA_OFF = 0
    OPM_CGMSA_COPY_FREELY = 1
    OPM_CGMSA_COPY_NO_MORE = 2
    OPM_CGMSA_COPY_ONE_GENERATION = 3
    OPM_CGMSA_COPY_NEVER = 4
    OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8
// OPM_CGMSA
pub const OPM_CGMSA_OFF: i32 = 0;
pub const OPM_CGMSA_COPY_FREELY: i32 = 1;
pub const OPM_CGMSA_COPY_NO_MORE: i32 = 2;
pub const OPM_CGMSA_COPY_ONE_GENERATION: i32 = 3;
pub const OPM_CGMSA_COPY_NEVER: i32 = 4;
pub const OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED: i32 = 8;
// OPM_CGMSA
const (
	OPM_CGMSA_OFF int32 = 0
	OPM_CGMSA_COPY_FREELY int32 = 1
	OPM_CGMSA_COPY_NO_MORE int32 = 2
	OPM_CGMSA_COPY_ONE_GENERATION int32 = 3
	OPM_CGMSA_COPY_NEVER int32 = 4
	OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED int32 = 8
)
const
  OPM_CGMSA_OFF = 0;
  OPM_CGMSA_COPY_FREELY = 1;
  OPM_CGMSA_COPY_NO_MORE = 2;
  OPM_CGMSA_COPY_ONE_GENERATION = 3;
  OPM_CGMSA_COPY_NEVER = 4;
  OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8;
// OPM_CGMSA
pub const OPM_CGMSA_OFF: i32 = 0;
pub const OPM_CGMSA_COPY_FREELY: i32 = 1;
pub const OPM_CGMSA_COPY_NO_MORE: i32 = 2;
pub const OPM_CGMSA_COPY_ONE_GENERATION: i32 = 3;
pub const OPM_CGMSA_COPY_NEVER: i32 = 4;
pub const OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED: i32 = 8;
const
  OPM_CGMSA_OFF* = 0
  OPM_CGMSA_COPY_FREELY* = 1
  OPM_CGMSA_COPY_NO_MORE* = 2
  OPM_CGMSA_COPY_ONE_GENERATION* = 3
  OPM_CGMSA_COPY_NEVER* = 4
  OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED* = 8
enum OPM_CGMSA : int {
    OPM_CGMSA_OFF = 0,
    OPM_CGMSA_COPY_FREELY = 1,
    OPM_CGMSA_COPY_NO_MORE = 2,
    OPM_CGMSA_COPY_ONE_GENERATION = 3,
    OPM_CGMSA_COPY_NEVER = 4,
    OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED = 8,
}
#define global OPM_CGMSA_OFF                             0x0
#define global OPM_CGMSA_COPY_FREELY                     0x1
#define global OPM_CGMSA_COPY_NO_MORE                    0x2
#define global OPM_CGMSA_COPY_ONE_GENERATION             0x3
#define global OPM_CGMSA_COPY_NEVER                      0x4
#define global OPM_CGMSA_REDISTRIBUTION_CONTROL_REQUIRED 0x8