Win32 API 日本語リファレンス
ホームGlobalization › UBiDiMirroring

UBiDiMirroring

列挙型
基底型i4

メンバー 2

名前10進16進
UBIDI_MIRRORING_OFF00x0
UBIDI_MIRRORING_ON10x1

各言語での定義

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

typedef enum UBiDiMirroring : int {
    UBIDI_MIRRORING_OFF = 0,
    UBIDI_MIRRORING_ON = 1
} UBiDiMirroring;
public enum UBiDiMirroring : int
{
    UBIDI_MIRRORING_OFF = 0,
    UBIDI_MIRRORING_ON = 1,
}
Public Enum UBiDiMirroring As Integer
    UBIDI_MIRRORING_OFF = 0
    UBIDI_MIRRORING_ON = 1
End Enum
import enum

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