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

WICJpegCommentProperties

列挙型
基底型i4

メンバー 1

名前10進16進
WICJpegCommentText10x1

各言語での定義

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

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

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