core.sys.windows.dde

Windows API header module

Translated from MinGW Windows headers

Authors

Stewart Gordon

License

Types 6

structDDEACK
Fields
ubyte bAppReturnCode
ubyte _bf
Methods
ubyte reserved()() @property
bool fBusy() @property
bool fAck() @property
ubyte reserved(ubyte r) @property
bool fBusy(bool f) @property
bool fAck(bool f) @property
structDDEADVISE
Fields
ushort _bf
short cfFormat
Methods
ushort reserved() @property
bool fDeferUpd()() @property
bool fAckReq() @property
ushort reserved(ushort r) @property
bool fDeferUpd(bool f) @property
bool fAckReq(bool f) @property
structDDEDATA
Fields
ushort _bf
short cfFormat
byte _Value
Methods
ushort unused() @property
bool fResponse()() @property
bool fRelease() @property
bool reserved() @property
bool fAckReq() @property
byte * Value() @property
ushort unused(ushort r) @property
bool fResponse(bool f) @property
bool fRelease(bool f) @property
bool reserved(bool f) @property
bool fAckReq(bool f) @property
structDDEPOKE
Fields
ushort _bf
short cfFormat
byte _Value
Methods
ushort unused()() @property
bool fRelease()() @property
ubyte fReserved()() @property
byte * Value() @property
ushort unused()(ushort u) @property
bool fRelease()(bool f) @property
ubyte fReserved()(ubyte r) @property
structDDELN
deprecated
Fields
ushort _bf
short cfFormat
Methods
ushort unused()() @property
bool fRelease()() @property
bool fDeferUpd()() @property
bool fAckReq()() @property
ushort unused()(ushort u) @property
bool fRelease()(bool f) @property
bool fDeferUpd()(bool f) @property
bool fAckReq()(bool f) @property
structDDEUP
deprecated
Fields
ushort _bf
short cfFormat
byte _rgb
Methods
ushort unused()() @property
bool fAck()() @property
bool fRelease()() @property
bool fReserved()() @property
bool fAckReq()() @property
byte * rgb()() @property
ushort unused()(ushort r) @property
bool fAck()(bool f) @property
bool fRelease()(bool f) @property
bool fReserved()(bool f) @property
bool fAckReq()(bool f) @property

Functions 6

fnLPARAM PackDDElParam(UINT, UINT_PTR, UINT_PTR)
fnBOOL UnpackDDElParam(UINT, LPARAM, PUINT_PTR, PUINT_PTR)
fnBOOL FreeDDElParam(UINT, LPARAM)
fnLPARAM ReuseDDElParam(LPARAM, UINT, UINT, UINT_PTR, UINT_PTR)