Win32 API 日本語リファレンス
ホームStorage.Packaging.Appx › PackageInfo3Type

PackageInfo3Type

列挙型
基底型i4

メンバー 1

名前10進16進
PackageInfo3Type_PackageInfoGeneration160x10

各言語での定義

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

typedef enum PackageInfo3Type : int {
    PackageInfo3Type_PackageInfoGeneration = 16
} PackageInfo3Type;
public enum PackageInfo3Type : int
{
    PackageInfo3Type_PackageInfoGeneration = 16,
}
Public Enum PackageInfo3Type As Integer
    PackageInfo3Type_PackageInfoGeneration = 16
End Enum
import enum

class PackageInfo3Type(enum.IntEnum):
    PackageInfo3Type_PackageInfoGeneration = 16
// PackageInfo3Type
pub const PackageInfo3Type_PackageInfoGeneration: i32 = 16;
// PackageInfo3Type
const (
	PackageInfo3Type_PackageInfoGeneration int32 = 16
)
const
  PackageInfo3Type_PackageInfoGeneration = 16;
// PackageInfo3Type
pub const PackageInfo3Type_PackageInfoGeneration: i32 = 16;
const
  PackageInfo3Type_PackageInfoGeneration* = 16
enum PackageInfo3Type : int {
    PackageInfo3Type_PackageInfoGeneration = 16,
}
#define global PackageInfo3Type_PackageInfoGeneration 0x10