Win32 API 日本語リファレンス
ホームGraphics.Imaging › WICJpegIndexingOptions

WICJpegIndexingOptions

列挙型
基底型i4

メンバー 2

名前10進16進
WICJpegIndexingOptionsGenerateOnDemand00x0
WICJpegIndexingOptionsGenerateOnLoad10x1

各言語での定義

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

typedef enum WICJpegIndexingOptions : int {
    WICJpegIndexingOptionsGenerateOnDemand = 0,
    WICJpegIndexingOptionsGenerateOnLoad = 1
} WICJpegIndexingOptions;
public enum WICJpegIndexingOptions : int
{
    WICJpegIndexingOptionsGenerateOnDemand = 0,
    WICJpegIndexingOptionsGenerateOnLoad = 1,
}
Public Enum WICJpegIndexingOptions As Integer
    WICJpegIndexingOptionsGenerateOnDemand = 0
    WICJpegIndexingOptionsGenerateOnLoad = 1
End Enum
import enum

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