Win32 API 日本語リファレンス
ホームDevices.WebServicesOnDevices › WSDXML_OP

WSDXML_OP

列挙型
基底型i4

メンバー 47

名前10進16進
OpNone00x0
OpEndOfTable10x1
OpBeginElement_20x2
OpBeginAnyElement30x3
OpEndElement40x4
OpElement_50x5
OpAnyElement60x6
OpAnyElements70x7
OpAnyText80x8
OpAttribute_90x9
OpBeginChoice100xA
OpEndChoice110xB
OpBeginSequence120xC
OpEndSequence130xD
OpBeginAll140xE
OpEndAll150xF
OpAnything160x10
OpAnyNumber170x11
OpOneOrMore180x12
OpOptional190x13
OpFormatBool_200x14
OpFormatInt8_210x15
OpFormatInt16_220x16
OpFormatInt32_230x17
OpFormatInt64_240x18
OpFormatUInt8_250x19
OpFormatUInt16_260x1A
OpFormatUInt32_270x1B
OpFormatUInt64_280x1C
OpFormatUnicodeString_290x1D
OpFormatDom_300x1E
OpFormatStruct_310x1F
OpFormatUri_320x20
OpFormatUuidUri_330x21
OpFormatName_340x22
OpFormatListInsertTail_350x23
OpFormatType_360x24
OpFormatDynamicType_370x25
OpFormatLookupType_380x26
OpFormatDuration_390x27
OpFormatDateTime_400x28
OpFormatFloat_410x29
OpFormatDouble_420x2A
OpProcess_430x2B
OpQualifiedAttribute_440x2C
OpFormatXMLDeclaration_450x2D
OpFormatMax460x2E

各言語での定義

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

typedef enum WSDXML_OP : int {
    OpNone = 0,
    OpEndOfTable = 1,
    OpBeginElement_ = 2,
    OpBeginAnyElement = 3,
    OpEndElement = 4,
    OpElement_ = 5,
    OpAnyElement = 6,
    OpAnyElements = 7,
    OpAnyText = 8,
    OpAttribute_ = 9,
    OpBeginChoice = 10,
    OpEndChoice = 11,
    OpBeginSequence = 12,
    OpEndSequence = 13,
    OpBeginAll = 14,
    OpEndAll = 15,
    OpAnything = 16,
    OpAnyNumber = 17,
    OpOneOrMore = 18,
    OpOptional = 19,
    OpFormatBool_ = 20,
    OpFormatInt8_ = 21,
    OpFormatInt16_ = 22,
    OpFormatInt32_ = 23,
    OpFormatInt64_ = 24,
    OpFormatUInt8_ = 25,
    OpFormatUInt16_ = 26,
    OpFormatUInt32_ = 27,
    OpFormatUInt64_ = 28,
    OpFormatUnicodeString_ = 29,
    OpFormatDom_ = 30,
    OpFormatStruct_ = 31,
    OpFormatUri_ = 32,
    OpFormatUuidUri_ = 33,
    OpFormatName_ = 34,
    OpFormatListInsertTail_ = 35,
    OpFormatType_ = 36,
    OpFormatDynamicType_ = 37,
    OpFormatLookupType_ = 38,
    OpFormatDuration_ = 39,
    OpFormatDateTime_ = 40,
    OpFormatFloat_ = 41,
    OpFormatDouble_ = 42,
    OpProcess_ = 43,
    OpQualifiedAttribute_ = 44,
    OpFormatXMLDeclaration_ = 45,
    OpFormatMax = 46
} WSDXML_OP;
public enum WSDXML_OP : int
{
    OpNone = 0,
    OpEndOfTable = 1,
    OpBeginElement_ = 2,
    OpBeginAnyElement = 3,
    OpEndElement = 4,
    OpElement_ = 5,
    OpAnyElement = 6,
    OpAnyElements = 7,
    OpAnyText = 8,
    OpAttribute_ = 9,
    OpBeginChoice = 10,
    OpEndChoice = 11,
    OpBeginSequence = 12,
    OpEndSequence = 13,
    OpBeginAll = 14,
    OpEndAll = 15,
    OpAnything = 16,
    OpAnyNumber = 17,
    OpOneOrMore = 18,
    OpOptional = 19,
    OpFormatBool_ = 20,
    OpFormatInt8_ = 21,
    OpFormatInt16_ = 22,
    OpFormatInt32_ = 23,
    OpFormatInt64_ = 24,
    OpFormatUInt8_ = 25,
    OpFormatUInt16_ = 26,
    OpFormatUInt32_ = 27,
    OpFormatUInt64_ = 28,
    OpFormatUnicodeString_ = 29,
    OpFormatDom_ = 30,
    OpFormatStruct_ = 31,
    OpFormatUri_ = 32,
    OpFormatUuidUri_ = 33,
    OpFormatName_ = 34,
    OpFormatListInsertTail_ = 35,
    OpFormatType_ = 36,
    OpFormatDynamicType_ = 37,
    OpFormatLookupType_ = 38,
    OpFormatDuration_ = 39,
    OpFormatDateTime_ = 40,
    OpFormatFloat_ = 41,
    OpFormatDouble_ = 42,
    OpProcess_ = 43,
    OpQualifiedAttribute_ = 44,
    OpFormatXMLDeclaration_ = 45,
    OpFormatMax = 46,
}
Public Enum WSDXML_OP As Integer
    OpNone = 0
    OpEndOfTable = 1
    OpBeginElement_ = 2
    OpBeginAnyElement = 3
    OpEndElement = 4
    OpElement_ = 5
    OpAnyElement = 6
    OpAnyElements = 7
    OpAnyText = 8
    OpAttribute_ = 9
    OpBeginChoice = 10
    OpEndChoice = 11
    OpBeginSequence = 12
    OpEndSequence = 13
    OpBeginAll = 14
    OpEndAll = 15
    OpAnything = 16
    OpAnyNumber = 17
    OpOneOrMore = 18
    OpOptional = 19
    OpFormatBool_ = 20
    OpFormatInt8_ = 21
    OpFormatInt16_ = 22
    OpFormatInt32_ = 23
    OpFormatInt64_ = 24
    OpFormatUInt8_ = 25
    OpFormatUInt16_ = 26
    OpFormatUInt32_ = 27
    OpFormatUInt64_ = 28
    OpFormatUnicodeString_ = 29
    OpFormatDom_ = 30
    OpFormatStruct_ = 31
    OpFormatUri_ = 32
    OpFormatUuidUri_ = 33
    OpFormatName_ = 34
    OpFormatListInsertTail_ = 35
    OpFormatType_ = 36
    OpFormatDynamicType_ = 37
    OpFormatLookupType_ = 38
    OpFormatDuration_ = 39
    OpFormatDateTime_ = 40
    OpFormatFloat_ = 41
    OpFormatDouble_ = 42
    OpProcess_ = 43
    OpQualifiedAttribute_ = 44
    OpFormatXMLDeclaration_ = 45
    OpFormatMax = 46
End Enum
import enum

class WSDXML_OP(enum.IntEnum):
    OpNone = 0
    OpEndOfTable = 1
    OpBeginElement_ = 2
    OpBeginAnyElement = 3
    OpEndElement = 4
    OpElement_ = 5
    OpAnyElement = 6
    OpAnyElements = 7
    OpAnyText = 8
    OpAttribute_ = 9
    OpBeginChoice = 10
    OpEndChoice = 11
    OpBeginSequence = 12
    OpEndSequence = 13
    OpBeginAll = 14
    OpEndAll = 15
    OpAnything = 16
    OpAnyNumber = 17
    OpOneOrMore = 18
    OpOptional = 19
    OpFormatBool_ = 20
    OpFormatInt8_ = 21
    OpFormatInt16_ = 22
    OpFormatInt32_ = 23
    OpFormatInt64_ = 24
    OpFormatUInt8_ = 25
    OpFormatUInt16_ = 26
    OpFormatUInt32_ = 27
    OpFormatUInt64_ = 28
    OpFormatUnicodeString_ = 29
    OpFormatDom_ = 30
    OpFormatStruct_ = 31
    OpFormatUri_ = 32
    OpFormatUuidUri_ = 33
    OpFormatName_ = 34
    OpFormatListInsertTail_ = 35
    OpFormatType_ = 36
    OpFormatDynamicType_ = 37
    OpFormatLookupType_ = 38
    OpFormatDuration_ = 39
    OpFormatDateTime_ = 40
    OpFormatFloat_ = 41
    OpFormatDouble_ = 42
    OpProcess_ = 43
    OpQualifiedAttribute_ = 44
    OpFormatXMLDeclaration_ = 45
    OpFormatMax = 46
// WSDXML_OP
pub const OpNone: i32 = 0;
pub const OpEndOfTable: i32 = 1;
pub const OpBeginElement_: i32 = 2;
pub const OpBeginAnyElement: i32 = 3;
pub const OpEndElement: i32 = 4;
pub const OpElement_: i32 = 5;
pub const OpAnyElement: i32 = 6;
pub const OpAnyElements: i32 = 7;
pub const OpAnyText: i32 = 8;
pub const OpAttribute_: i32 = 9;
pub const OpBeginChoice: i32 = 10;
pub const OpEndChoice: i32 = 11;
pub const OpBeginSequence: i32 = 12;
pub const OpEndSequence: i32 = 13;
pub const OpBeginAll: i32 = 14;
pub const OpEndAll: i32 = 15;
pub const OpAnything: i32 = 16;
pub const OpAnyNumber: i32 = 17;
pub const OpOneOrMore: i32 = 18;
pub const OpOptional: i32 = 19;
pub const OpFormatBool_: i32 = 20;
pub const OpFormatInt8_: i32 = 21;
pub const OpFormatInt16_: i32 = 22;
pub const OpFormatInt32_: i32 = 23;
pub const OpFormatInt64_: i32 = 24;
pub const OpFormatUInt8_: i32 = 25;
pub const OpFormatUInt16_: i32 = 26;
pub const OpFormatUInt32_: i32 = 27;
pub const OpFormatUInt64_: i32 = 28;
pub const OpFormatUnicodeString_: i32 = 29;
pub const OpFormatDom_: i32 = 30;
pub const OpFormatStruct_: i32 = 31;
pub const OpFormatUri_: i32 = 32;
pub const OpFormatUuidUri_: i32 = 33;
pub const OpFormatName_: i32 = 34;
pub const OpFormatListInsertTail_: i32 = 35;
pub const OpFormatType_: i32 = 36;
pub const OpFormatDynamicType_: i32 = 37;
pub const OpFormatLookupType_: i32 = 38;
pub const OpFormatDuration_: i32 = 39;
pub const OpFormatDateTime_: i32 = 40;
pub const OpFormatFloat_: i32 = 41;
pub const OpFormatDouble_: i32 = 42;
pub const OpProcess_: i32 = 43;
pub const OpQualifiedAttribute_: i32 = 44;
pub const OpFormatXMLDeclaration_: i32 = 45;
pub const OpFormatMax: i32 = 46;
// WSDXML_OP
const (
	OpNone int32 = 0
	OpEndOfTable int32 = 1
	OpBeginElement_ int32 = 2
	OpBeginAnyElement int32 = 3
	OpEndElement int32 = 4
	OpElement_ int32 = 5
	OpAnyElement int32 = 6
	OpAnyElements int32 = 7
	OpAnyText int32 = 8
	OpAttribute_ int32 = 9
	OpBeginChoice int32 = 10
	OpEndChoice int32 = 11
	OpBeginSequence int32 = 12
	OpEndSequence int32 = 13
	OpBeginAll int32 = 14
	OpEndAll int32 = 15
	OpAnything int32 = 16
	OpAnyNumber int32 = 17
	OpOneOrMore int32 = 18
	OpOptional int32 = 19
	OpFormatBool_ int32 = 20
	OpFormatInt8_ int32 = 21
	OpFormatInt16_ int32 = 22
	OpFormatInt32_ int32 = 23
	OpFormatInt64_ int32 = 24
	OpFormatUInt8_ int32 = 25
	OpFormatUInt16_ int32 = 26
	OpFormatUInt32_ int32 = 27
	OpFormatUInt64_ int32 = 28
	OpFormatUnicodeString_ int32 = 29
	OpFormatDom_ int32 = 30
	OpFormatStruct_ int32 = 31
	OpFormatUri_ int32 = 32
	OpFormatUuidUri_ int32 = 33
	OpFormatName_ int32 = 34
	OpFormatListInsertTail_ int32 = 35
	OpFormatType_ int32 = 36
	OpFormatDynamicType_ int32 = 37
	OpFormatLookupType_ int32 = 38
	OpFormatDuration_ int32 = 39
	OpFormatDateTime_ int32 = 40
	OpFormatFloat_ int32 = 41
	OpFormatDouble_ int32 = 42
	OpProcess_ int32 = 43
	OpQualifiedAttribute_ int32 = 44
	OpFormatXMLDeclaration_ int32 = 45
	OpFormatMax int32 = 46
)
const
  OpNone = 0;
  OpEndOfTable = 1;
  OpBeginElement_ = 2;
  OpBeginAnyElement = 3;
  OpEndElement = 4;
  OpElement_ = 5;
  OpAnyElement = 6;
  OpAnyElements = 7;
  OpAnyText = 8;
  OpAttribute_ = 9;
  OpBeginChoice = 10;
  OpEndChoice = 11;
  OpBeginSequence = 12;
  OpEndSequence = 13;
  OpBeginAll = 14;
  OpEndAll = 15;
  OpAnything = 16;
  OpAnyNumber = 17;
  OpOneOrMore = 18;
  OpOptional = 19;
  OpFormatBool_ = 20;
  OpFormatInt8_ = 21;
  OpFormatInt16_ = 22;
  OpFormatInt32_ = 23;
  OpFormatInt64_ = 24;
  OpFormatUInt8_ = 25;
  OpFormatUInt16_ = 26;
  OpFormatUInt32_ = 27;
  OpFormatUInt64_ = 28;
  OpFormatUnicodeString_ = 29;
  OpFormatDom_ = 30;
  OpFormatStruct_ = 31;
  OpFormatUri_ = 32;
  OpFormatUuidUri_ = 33;
  OpFormatName_ = 34;
  OpFormatListInsertTail_ = 35;
  OpFormatType_ = 36;
  OpFormatDynamicType_ = 37;
  OpFormatLookupType_ = 38;
  OpFormatDuration_ = 39;
  OpFormatDateTime_ = 40;
  OpFormatFloat_ = 41;
  OpFormatDouble_ = 42;
  OpProcess_ = 43;
  OpQualifiedAttribute_ = 44;
  OpFormatXMLDeclaration_ = 45;
  OpFormatMax = 46;
// WSDXML_OP
pub const OpNone: i32 = 0;
pub const OpEndOfTable: i32 = 1;
pub const OpBeginElement_: i32 = 2;
pub const OpBeginAnyElement: i32 = 3;
pub const OpEndElement: i32 = 4;
pub const OpElement_: i32 = 5;
pub const OpAnyElement: i32 = 6;
pub const OpAnyElements: i32 = 7;
pub const OpAnyText: i32 = 8;
pub const OpAttribute_: i32 = 9;
pub const OpBeginChoice: i32 = 10;
pub const OpEndChoice: i32 = 11;
pub const OpBeginSequence: i32 = 12;
pub const OpEndSequence: i32 = 13;
pub const OpBeginAll: i32 = 14;
pub const OpEndAll: i32 = 15;
pub const OpAnything: i32 = 16;
pub const OpAnyNumber: i32 = 17;
pub const OpOneOrMore: i32 = 18;
pub const OpOptional: i32 = 19;
pub const OpFormatBool_: i32 = 20;
pub const OpFormatInt8_: i32 = 21;
pub const OpFormatInt16_: i32 = 22;
pub const OpFormatInt32_: i32 = 23;
pub const OpFormatInt64_: i32 = 24;
pub const OpFormatUInt8_: i32 = 25;
pub const OpFormatUInt16_: i32 = 26;
pub const OpFormatUInt32_: i32 = 27;
pub const OpFormatUInt64_: i32 = 28;
pub const OpFormatUnicodeString_: i32 = 29;
pub const OpFormatDom_: i32 = 30;
pub const OpFormatStruct_: i32 = 31;
pub const OpFormatUri_: i32 = 32;
pub const OpFormatUuidUri_: i32 = 33;
pub const OpFormatName_: i32 = 34;
pub const OpFormatListInsertTail_: i32 = 35;
pub const OpFormatType_: i32 = 36;
pub const OpFormatDynamicType_: i32 = 37;
pub const OpFormatLookupType_: i32 = 38;
pub const OpFormatDuration_: i32 = 39;
pub const OpFormatDateTime_: i32 = 40;
pub const OpFormatFloat_: i32 = 41;
pub const OpFormatDouble_: i32 = 42;
pub const OpProcess_: i32 = 43;
pub const OpQualifiedAttribute_: i32 = 44;
pub const OpFormatXMLDeclaration_: i32 = 45;
pub const OpFormatMax: i32 = 46;
const
  OpNone* = 0
  OpEndOfTable* = 1
  OpBeginElement_* = 2
  OpBeginAnyElement* = 3
  OpEndElement* = 4
  OpElement_* = 5
  OpAnyElement* = 6
  OpAnyElements* = 7
  OpAnyText* = 8
  OpAttribute_* = 9
  OpBeginChoice* = 10
  OpEndChoice* = 11
  OpBeginSequence* = 12
  OpEndSequence* = 13
  OpBeginAll* = 14
  OpEndAll* = 15
  OpAnything* = 16
  OpAnyNumber* = 17
  OpOneOrMore* = 18
  OpOptional* = 19
  OpFormatBool_* = 20
  OpFormatInt8_* = 21
  OpFormatInt16_* = 22
  OpFormatInt32_* = 23
  OpFormatInt64_* = 24
  OpFormatUInt8_* = 25
  OpFormatUInt16_* = 26
  OpFormatUInt32_* = 27
  OpFormatUInt64_* = 28
  OpFormatUnicodeString_* = 29
  OpFormatDom_* = 30
  OpFormatStruct_* = 31
  OpFormatUri_* = 32
  OpFormatUuidUri_* = 33
  OpFormatName_* = 34
  OpFormatListInsertTail_* = 35
  OpFormatType_* = 36
  OpFormatDynamicType_* = 37
  OpFormatLookupType_* = 38
  OpFormatDuration_* = 39
  OpFormatDateTime_* = 40
  OpFormatFloat_* = 41
  OpFormatDouble_* = 42
  OpProcess_* = 43
  OpQualifiedAttribute_* = 44
  OpFormatXMLDeclaration_* = 45
  OpFormatMax* = 46
enum WSDXML_OP : int {
    OpNone = 0,
    OpEndOfTable = 1,
    OpBeginElement_ = 2,
    OpBeginAnyElement = 3,
    OpEndElement = 4,
    OpElement_ = 5,
    OpAnyElement = 6,
    OpAnyElements = 7,
    OpAnyText = 8,
    OpAttribute_ = 9,
    OpBeginChoice = 10,
    OpEndChoice = 11,
    OpBeginSequence = 12,
    OpEndSequence = 13,
    OpBeginAll = 14,
    OpEndAll = 15,
    OpAnything = 16,
    OpAnyNumber = 17,
    OpOneOrMore = 18,
    OpOptional = 19,
    OpFormatBool_ = 20,
    OpFormatInt8_ = 21,
    OpFormatInt16_ = 22,
    OpFormatInt32_ = 23,
    OpFormatInt64_ = 24,
    OpFormatUInt8_ = 25,
    OpFormatUInt16_ = 26,
    OpFormatUInt32_ = 27,
    OpFormatUInt64_ = 28,
    OpFormatUnicodeString_ = 29,
    OpFormatDom_ = 30,
    OpFormatStruct_ = 31,
    OpFormatUri_ = 32,
    OpFormatUuidUri_ = 33,
    OpFormatName_ = 34,
    OpFormatListInsertTail_ = 35,
    OpFormatType_ = 36,
    OpFormatDynamicType_ = 37,
    OpFormatLookupType_ = 38,
    OpFormatDuration_ = 39,
    OpFormatDateTime_ = 40,
    OpFormatFloat_ = 41,
    OpFormatDouble_ = 42,
    OpProcess_ = 43,
    OpQualifiedAttribute_ = 44,
    OpFormatXMLDeclaration_ = 45,
    OpFormatMax = 46,
}
#define global OpNone                  0x0
#define global OpEndOfTable            0x1
#define global OpBeginElement_         0x2
#define global OpBeginAnyElement       0x3
#define global OpEndElement            0x4
#define global OpElement_              0x5
#define global OpAnyElement            0x6
#define global OpAnyElements           0x7
#define global OpAnyText               0x8
#define global OpAttribute_            0x9
#define global OpBeginChoice           0xA
#define global OpEndChoice             0xB
#define global OpBeginSequence         0xC
#define global OpEndSequence           0xD
#define global OpBeginAll              0xE
#define global OpEndAll                0xF
#define global OpAnything              0x10
#define global OpAnyNumber             0x11
#define global OpOneOrMore             0x12
#define global OpOptional              0x13
#define global OpFormatBool_           0x14
#define global OpFormatInt8_           0x15
#define global OpFormatInt16_          0x16
#define global OpFormatInt32_          0x17
#define global OpFormatInt64_          0x18
#define global OpFormatUInt8_          0x19
#define global OpFormatUInt16_         0x1A
#define global OpFormatUInt32_         0x1B
#define global OpFormatUInt64_         0x1C
#define global OpFormatUnicodeString_  0x1D
#define global OpFormatDom_            0x1E
#define global OpFormatStruct_         0x1F
#define global OpFormatUri_            0x20
#define global OpFormatUuidUri_        0x21
#define global OpFormatName_           0x22
#define global OpFormatListInsertTail_ 0x23
#define global OpFormatType_           0x24
#define global OpFormatDynamicType_    0x25
#define global OpFormatLookupType_     0x26
#define global OpFormatDuration_       0x27
#define global OpFormatDateTime_       0x28
#define global OpFormatFloat_          0x29
#define global OpFormatDouble_         0x2A
#define global OpProcess_              0x2B
#define global OpQualifiedAttribute_   0x2C
#define global OpFormatXMLDeclaration_ 0x2D
#define global OpFormatMax             0x2E