ホーム › System.DataExchange › DDE_INITIALIZE_COMMAND
DDE_INITIALIZE_COMMAND
列挙型フラグメンバー 23
| 名前 | 10進 | 16進 |
|---|---|---|
| APPCLASS_MONITOR | 1 | 0x1 |
| APPCLASS_STANDARD | 0 | 0x0 |
| APPCMD_CLIENTONLY | 16 | 0x10 |
| APPCMD_FILTERINITS | 32 | 0x20 |
| CBF_FAIL_ALLSVRXACTIONS | 258048 | 0x3F000 |
| CBF_FAIL_ADVISES | 16384 | 0x4000 |
| CBF_FAIL_CONNECTIONS | 8192 | 0x2000 |
| CBF_FAIL_EXECUTES | 32768 | 0x8000 |
| CBF_FAIL_POKES | 65536 | 0x10000 |
| CBF_FAIL_REQUESTS | 131072 | 0x20000 |
| CBF_FAIL_SELFCONNECTIONS | 4096 | 0x1000 |
| CBF_SKIP_ALLNOTIFICATIONS | 3932160 | 0x3C0000 |
| CBF_SKIP_CONNECT_CONFIRMS | 262144 | 0x40000 |
| CBF_SKIP_DISCONNECTS | 2097152 | 0x200000 |
| CBF_SKIP_REGISTRATIONS | 524288 | 0x80000 |
| CBF_SKIP_UNREGISTRATIONS | 1048576 | 0x100000 |
| MF_CALLBACKS | 134217728 | 0x8000000 |
| MF_CONV | 1073741824 | 0x40000000 |
| MF_ERRORS | 268435456 | 0x10000000 |
| MF_HSZ_INFO | 16777216 | 0x1000000 |
| MF_LINKS | 536870912 | 0x20000000 |
| MF_POSTMSGS | 67108864 | 0x4000000 |
| MF_SENDMSGS | 33554432 | 0x2000000 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DDE_INITIALIZE_COMMAND : unsigned int {
APPCLASS_MONITOR = 1,
APPCLASS_STANDARD = 0,
APPCMD_CLIENTONLY = 16,
APPCMD_FILTERINITS = 32,
CBF_FAIL_ALLSVRXACTIONS = 258048,
CBF_FAIL_ADVISES = 16384,
CBF_FAIL_CONNECTIONS = 8192,
CBF_FAIL_EXECUTES = 32768,
CBF_FAIL_POKES = 65536,
CBF_FAIL_REQUESTS = 131072,
CBF_FAIL_SELFCONNECTIONS = 4096,
CBF_SKIP_ALLNOTIFICATIONS = 3932160,
CBF_SKIP_CONNECT_CONFIRMS = 262144,
CBF_SKIP_DISCONNECTS = 2097152,
CBF_SKIP_REGISTRATIONS = 524288,
CBF_SKIP_UNREGISTRATIONS = 1048576,
MF_CALLBACKS = 134217728,
MF_CONV = 1073741824,
MF_ERRORS = 268435456,
MF_HSZ_INFO = 16777216,
MF_LINKS = 536870912,
MF_POSTMSGS = 67108864,
MF_SENDMSGS = 33554432
} DDE_INITIALIZE_COMMAND;[Flags]
public enum DDE_INITIALIZE_COMMAND : uint
{
APPCLASS_MONITOR = 1,
APPCLASS_STANDARD = 0,
APPCMD_CLIENTONLY = 16,
APPCMD_FILTERINITS = 32,
CBF_FAIL_ALLSVRXACTIONS = 258048,
CBF_FAIL_ADVISES = 16384,
CBF_FAIL_CONNECTIONS = 8192,
CBF_FAIL_EXECUTES = 32768,
CBF_FAIL_POKES = 65536,
CBF_FAIL_REQUESTS = 131072,
CBF_FAIL_SELFCONNECTIONS = 4096,
CBF_SKIP_ALLNOTIFICATIONS = 3932160,
CBF_SKIP_CONNECT_CONFIRMS = 262144,
CBF_SKIP_DISCONNECTS = 2097152,
CBF_SKIP_REGISTRATIONS = 524288,
CBF_SKIP_UNREGISTRATIONS = 1048576,
MF_CALLBACKS = 134217728,
MF_CONV = 1073741824,
MF_ERRORS = 268435456,
MF_HSZ_INFO = 16777216,
MF_LINKS = 536870912,
MF_POSTMSGS = 67108864,
MF_SENDMSGS = 33554432,
}<Flags>
Public Enum DDE_INITIALIZE_COMMAND As UInteger
APPCLASS_MONITOR = 1
APPCLASS_STANDARD = 0
APPCMD_CLIENTONLY = 16
APPCMD_FILTERINITS = 32
CBF_FAIL_ALLSVRXACTIONS = 258048
CBF_FAIL_ADVISES = 16384
CBF_FAIL_CONNECTIONS = 8192
CBF_FAIL_EXECUTES = 32768
CBF_FAIL_POKES = 65536
CBF_FAIL_REQUESTS = 131072
CBF_FAIL_SELFCONNECTIONS = 4096
CBF_SKIP_ALLNOTIFICATIONS = 3932160
CBF_SKIP_CONNECT_CONFIRMS = 262144
CBF_SKIP_DISCONNECTS = 2097152
CBF_SKIP_REGISTRATIONS = 524288
CBF_SKIP_UNREGISTRATIONS = 1048576
MF_CALLBACKS = 134217728
MF_CONV = 1073741824
MF_ERRORS = 268435456
MF_HSZ_INFO = 16777216
MF_LINKS = 536870912
MF_POSTMSGS = 67108864
MF_SENDMSGS = 33554432
End Enumimport enum
class DDE_INITIALIZE_COMMAND(enum.IntFlag):
APPCLASS_MONITOR = 1
APPCLASS_STANDARD = 0
APPCMD_CLIENTONLY = 16
APPCMD_FILTERINITS = 32
CBF_FAIL_ALLSVRXACTIONS = 258048
CBF_FAIL_ADVISES = 16384
CBF_FAIL_CONNECTIONS = 8192
CBF_FAIL_EXECUTES = 32768
CBF_FAIL_POKES = 65536
CBF_FAIL_REQUESTS = 131072
CBF_FAIL_SELFCONNECTIONS = 4096
CBF_SKIP_ALLNOTIFICATIONS = 3932160
CBF_SKIP_CONNECT_CONFIRMS = 262144
CBF_SKIP_DISCONNECTS = 2097152
CBF_SKIP_REGISTRATIONS = 524288
CBF_SKIP_UNREGISTRATIONS = 1048576
MF_CALLBACKS = 134217728
MF_CONV = 1073741824
MF_ERRORS = 268435456
MF_HSZ_INFO = 16777216
MF_LINKS = 536870912
MF_POSTMSGS = 67108864
MF_SENDMSGS = 33554432// DDE_INITIALIZE_COMMAND (flags)
pub const APPCLASS_MONITOR: u32 = 1;
pub const APPCLASS_STANDARD: u32 = 0;
pub const APPCMD_CLIENTONLY: u32 = 16;
pub const APPCMD_FILTERINITS: u32 = 32;
pub const CBF_FAIL_ALLSVRXACTIONS: u32 = 258048;
pub const CBF_FAIL_ADVISES: u32 = 16384;
pub const CBF_FAIL_CONNECTIONS: u32 = 8192;
pub const CBF_FAIL_EXECUTES: u32 = 32768;
pub const CBF_FAIL_POKES: u32 = 65536;
pub const CBF_FAIL_REQUESTS: u32 = 131072;
pub const CBF_FAIL_SELFCONNECTIONS: u32 = 4096;
pub const CBF_SKIP_ALLNOTIFICATIONS: u32 = 3932160;
pub const CBF_SKIP_CONNECT_CONFIRMS: u32 = 262144;
pub const CBF_SKIP_DISCONNECTS: u32 = 2097152;
pub const CBF_SKIP_REGISTRATIONS: u32 = 524288;
pub const CBF_SKIP_UNREGISTRATIONS: u32 = 1048576;
pub const MF_CALLBACKS: u32 = 134217728;
pub const MF_CONV: u32 = 1073741824;
pub const MF_ERRORS: u32 = 268435456;
pub const MF_HSZ_INFO: u32 = 16777216;
pub const MF_LINKS: u32 = 536870912;
pub const MF_POSTMSGS: u32 = 67108864;
pub const MF_SENDMSGS: u32 = 33554432;// DDE_INITIALIZE_COMMAND
const (
APPCLASS_MONITOR uint32 = 1
APPCLASS_STANDARD uint32 = 0
APPCMD_CLIENTONLY uint32 = 16
APPCMD_FILTERINITS uint32 = 32
CBF_FAIL_ALLSVRXACTIONS uint32 = 258048
CBF_FAIL_ADVISES uint32 = 16384
CBF_FAIL_CONNECTIONS uint32 = 8192
CBF_FAIL_EXECUTES uint32 = 32768
CBF_FAIL_POKES uint32 = 65536
CBF_FAIL_REQUESTS uint32 = 131072
CBF_FAIL_SELFCONNECTIONS uint32 = 4096
CBF_SKIP_ALLNOTIFICATIONS uint32 = 3932160
CBF_SKIP_CONNECT_CONFIRMS uint32 = 262144
CBF_SKIP_DISCONNECTS uint32 = 2097152
CBF_SKIP_REGISTRATIONS uint32 = 524288
CBF_SKIP_UNREGISTRATIONS uint32 = 1048576
MF_CALLBACKS uint32 = 134217728
MF_CONV uint32 = 1073741824
MF_ERRORS uint32 = 268435456
MF_HSZ_INFO uint32 = 16777216
MF_LINKS uint32 = 536870912
MF_POSTMSGS uint32 = 67108864
MF_SENDMSGS uint32 = 33554432
)const
APPCLASS_MONITOR = 1;
APPCLASS_STANDARD = 0;
APPCMD_CLIENTONLY = 16;
APPCMD_FILTERINITS = 32;
CBF_FAIL_ALLSVRXACTIONS = 258048;
CBF_FAIL_ADVISES = 16384;
CBF_FAIL_CONNECTIONS = 8192;
CBF_FAIL_EXECUTES = 32768;
CBF_FAIL_POKES = 65536;
CBF_FAIL_REQUESTS = 131072;
CBF_FAIL_SELFCONNECTIONS = 4096;
CBF_SKIP_ALLNOTIFICATIONS = 3932160;
CBF_SKIP_CONNECT_CONFIRMS = 262144;
CBF_SKIP_DISCONNECTS = 2097152;
CBF_SKIP_REGISTRATIONS = 524288;
CBF_SKIP_UNREGISTRATIONS = 1048576;
MF_CALLBACKS = 134217728;
MF_CONV = 1073741824;
MF_ERRORS = 268435456;
MF_HSZ_INFO = 16777216;
MF_LINKS = 536870912;
MF_POSTMSGS = 67108864;
MF_SENDMSGS = 33554432;// DDE_INITIALIZE_COMMAND
pub const APPCLASS_MONITOR: u32 = 1;
pub const APPCLASS_STANDARD: u32 = 0;
pub const APPCMD_CLIENTONLY: u32 = 16;
pub const APPCMD_FILTERINITS: u32 = 32;
pub const CBF_FAIL_ALLSVRXACTIONS: u32 = 258048;
pub const CBF_FAIL_ADVISES: u32 = 16384;
pub const CBF_FAIL_CONNECTIONS: u32 = 8192;
pub const CBF_FAIL_EXECUTES: u32 = 32768;
pub const CBF_FAIL_POKES: u32 = 65536;
pub const CBF_FAIL_REQUESTS: u32 = 131072;
pub const CBF_FAIL_SELFCONNECTIONS: u32 = 4096;
pub const CBF_SKIP_ALLNOTIFICATIONS: u32 = 3932160;
pub const CBF_SKIP_CONNECT_CONFIRMS: u32 = 262144;
pub const CBF_SKIP_DISCONNECTS: u32 = 2097152;
pub const CBF_SKIP_REGISTRATIONS: u32 = 524288;
pub const CBF_SKIP_UNREGISTRATIONS: u32 = 1048576;
pub const MF_CALLBACKS: u32 = 134217728;
pub const MF_CONV: u32 = 1073741824;
pub const MF_ERRORS: u32 = 268435456;
pub const MF_HSZ_INFO: u32 = 16777216;
pub const MF_LINKS: u32 = 536870912;
pub const MF_POSTMSGS: u32 = 67108864;
pub const MF_SENDMSGS: u32 = 33554432;const
APPCLASS_MONITOR* = 1
APPCLASS_STANDARD* = 0
APPCMD_CLIENTONLY* = 16
APPCMD_FILTERINITS* = 32
CBF_FAIL_ALLSVRXACTIONS* = 258048
CBF_FAIL_ADVISES* = 16384
CBF_FAIL_CONNECTIONS* = 8192
CBF_FAIL_EXECUTES* = 32768
CBF_FAIL_POKES* = 65536
CBF_FAIL_REQUESTS* = 131072
CBF_FAIL_SELFCONNECTIONS* = 4096
CBF_SKIP_ALLNOTIFICATIONS* = 3932160
CBF_SKIP_CONNECT_CONFIRMS* = 262144
CBF_SKIP_DISCONNECTS* = 2097152
CBF_SKIP_REGISTRATIONS* = 524288
CBF_SKIP_UNREGISTRATIONS* = 1048576
MF_CALLBACKS* = 134217728
MF_CONV* = 1073741824
MF_ERRORS* = 268435456
MF_HSZ_INFO* = 16777216
MF_LINKS* = 536870912
MF_POSTMSGS* = 67108864
MF_SENDMSGS* = 33554432enum DDE_INITIALIZE_COMMAND : uint {
APPCLASS_MONITOR = 1,
APPCLASS_STANDARD = 0,
APPCMD_CLIENTONLY = 16,
APPCMD_FILTERINITS = 32,
CBF_FAIL_ALLSVRXACTIONS = 258048,
CBF_FAIL_ADVISES = 16384,
CBF_FAIL_CONNECTIONS = 8192,
CBF_FAIL_EXECUTES = 32768,
CBF_FAIL_POKES = 65536,
CBF_FAIL_REQUESTS = 131072,
CBF_FAIL_SELFCONNECTIONS = 4096,
CBF_SKIP_ALLNOTIFICATIONS = 3932160,
CBF_SKIP_CONNECT_CONFIRMS = 262144,
CBF_SKIP_DISCONNECTS = 2097152,
CBF_SKIP_REGISTRATIONS = 524288,
CBF_SKIP_UNREGISTRATIONS = 1048576,
MF_CALLBACKS = 134217728,
MF_CONV = 1073741824,
MF_ERRORS = 268435456,
MF_HSZ_INFO = 16777216,
MF_LINKS = 536870912,
MF_POSTMSGS = 67108864,
MF_SENDMSGS = 33554432,
}#define global APPCLASS_MONITOR 0x1
#define global APPCLASS_STANDARD 0x0
#define global APPCMD_CLIENTONLY 0x10
#define global APPCMD_FILTERINITS 0x20
#define global CBF_FAIL_ALLSVRXACTIONS 0x3F000
#define global CBF_FAIL_ADVISES 0x4000
#define global CBF_FAIL_CONNECTIONS 0x2000
#define global CBF_FAIL_EXECUTES 0x8000
#define global CBF_FAIL_POKES 0x10000
#define global CBF_FAIL_REQUESTS 0x20000
#define global CBF_FAIL_SELFCONNECTIONS 0x1000
#define global CBF_SKIP_ALLNOTIFICATIONS 0x3C0000
#define global CBF_SKIP_CONNECT_CONFIRMS 0x40000
#define global CBF_SKIP_DISCONNECTS 0x200000
#define global CBF_SKIP_REGISTRATIONS 0x80000
#define global CBF_SKIP_UNREGISTRATIONS 0x100000
#define global MF_CALLBACKS 0x8000000
#define global MF_CONV 0x40000000
#define global MF_ERRORS 0x10000000
#define global MF_HSZ_INFO 0x1000000
#define global MF_LINKS 0x20000000
#define global MF_POSTMSGS 0x4000000
#define global MF_SENDMSGS 0x2000000
; ※フラグ列挙型。ビットORで組み合わせ可(例: FOO|BAR)。