windows.ddeml

\ ddeml.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * * Placed into public domain * \**********************************************************************

Members

Aliases

DdeCreateStringHandle
alias DdeCreateStringHandle = DdeCreateStringHandleW
Undocumented in source.
DdeCreateStringHandle
alias DdeCreateStringHandle = DdeCreateStringHandleA
Undocumented in source.
DdeInitialize
alias DdeInitialize = DdeInitializeA
Undocumented in source.
DdeInitialize
alias DdeInitialize = DdeInitializeW
Undocumented in source.
DdeQueryString
alias DdeQueryString = DdeQueryStringW
Undocumented in source.
DdeQueryString
alias DdeQueryString = DdeQueryStringA
Undocumented in source.
PCONVCONTEXT
alias PCONVCONTEXT = CONVCONTEXT*
Undocumented in source.
PCONVINFO
alias PCONVINFO = CONVINFO*
Undocumented in source.
PFNCALLBACK
alias PFNCALLBACK = HDDEDATA function(UINT, UINT, HCONV, HSZ, HSZ, HDDEDATA, DWORD, DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PHSZPAIR
alias PHSZPAIR = HSZPAIR*
Undocumented in source.
PMONCBSTRUCT
alias PMONCBSTRUCT = MONCBSTRUCT*
Undocumented in source.
PMONCONVSTRUCT
alias PMONCONVSTRUCT = MONCONVSTRUCT*
Undocumented in source.
PMONERRSTRUCT
alias PMONERRSTRUCT = MONERRSTRUCT*
Undocumented in source.
PMONHSZSTRUCT
alias PMONHSZSTRUCT = MONHSZSTRUCT*
Undocumented in source.
PMONLINKSTRUCT
alias PMONLINKSTRUCT = MONLINKSTRUCT*
Undocumented in source.
PMONMSGSTRUCT
alias PMONMSGSTRUCT = MONMSGSTRUCT*
Undocumented in source.

Enums

CP_WINANSI
anonymousenum CP_WINANSI
Undocumented in source.
DMLERR_NO_ERROR
anonymousenum DMLERR_NO_ERROR
Undocumented in source.
DNS_REGISTER
anonymousenum DNS_REGISTER
Undocumented in source.
EC_ENABLEALL
anonymousenum EC_ENABLEALL
Undocumented in source.
MH_CREATE
anonymousenum MH_CREATE
Undocumented in source.
ST_CONNECTED
anonymousenum ST_CONNECTED
Undocumented in source.
XCLASS_MASK
anonymousenum XCLASS_MASK
Undocumented in source.
XST_NULL
anonymousenum XST_NULL
Undocumented in source.
XTYPF_NOBLOCK
anonymousenum XTYPF_NOBLOCK
Undocumented in source.
XTYP_ERROR
anonymousenum XTYP_ERROR
Undocumented in source.

Functions

DdeAbandonTransaction
BOOL DdeAbandonTransaction(DWORD , HCONV , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeAccessData
PBYTE DdeAccessData(HDDEDATA , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeAddData
HDDEDATA DdeAddData(HDDEDATA , PBYTE , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeClientTransaction
HDDEDATA DdeClientTransaction(PBYTE , DWORD , HCONV , HSZ , UINT , UINT , DWORD , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeCmpStringHandles
int DdeCmpStringHandles(HSZ , HSZ )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeConnect
HCONV DdeConnect(DWORD , HSZ , HSZ , PCONVCONTEXT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeConnectList
HCONVLIST DdeConnectList(DWORD , HSZ , HSZ , HCONVLIST , PCONVCONTEXT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeCreateDataHandle
HDDEDATA DdeCreateDataHandle(DWORD , PBYTE , DWORD , DWORD , HSZ , UINT , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeCreateStringHandleA
HSZ DdeCreateStringHandleA(DWORD , LPSTR , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeCreateStringHandleW
HSZ DdeCreateStringHandleW(DWORD , LPWSTR , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeDisconnect
BOOL DdeDisconnect(HCONV )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeDisconnectList
BOOL DdeDisconnectList(HCONVLIST )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeEnableCallback
BOOL DdeEnableCallback(DWORD , HCONV , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeFreeDataHandle
BOOL DdeFreeDataHandle(HDDEDATA )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeFreeStringHandle
BOOL DdeFreeStringHandle(DWORD , HSZ )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeGetData
DWORD DdeGetData(HDDEDATA , PBYTE , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeGetLastError
UINT DdeGetLastError(DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeImpersonateClient
BOOL DdeImpersonateClient(HCONV )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeInitializeA
UINT DdeInitializeA(PDWORD , PFNCALLBACK , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeInitializeW
UINT DdeInitializeW(PDWORD , PFNCALLBACK , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeKeepStringHandle
BOOL DdeKeepStringHandle(DWORD , HSZ )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeNameService
HDDEDATA DdeNameService(DWORD , HSZ , HSZ , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdePostAdvise
BOOL DdePostAdvise(DWORD , HSZ , HSZ )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeQueryConvInfo
UINT DdeQueryConvInfo(HCONV , DWORD , PCONVINFO )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeQueryNextServer
HCONV DdeQueryNextServer(HCONVLIST , HCONV )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeQueryStringA
DWORD DdeQueryStringA(DWORD , HSZ , LPSTR , DWORD , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeQueryStringW
DWORD DdeQueryStringW(DWORD , HSZ , LPWSTR , DWORD , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeReconnect
HCONV DdeReconnect(HCONV )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeSetUserHandle
BOOL DdeSetUserHandle(HCONV , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeUnaccessData
BOOL DdeUnaccessData(HDDEDATA )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DdeUninitialize
BOOL DdeUninitialize(DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin DECLARE_HANDLE!("HCONVLIST")
Undocumented in source.
__anonymous
mixin DECLARE_HANDLE!("HCONV")
Undocumented in source.
__anonymous
mixin DECLARE_HANDLE!("HSZ")
Undocumented in source.
__anonymous
mixin DECLARE_HANDLE!("HDDEDATA")
Undocumented in source.

Structs

CONVCONTEXT
struct CONVCONTEXT
Undocumented in source.
CONVINFO
struct CONVINFO
Undocumented in source.
DDEML_MSG_HOOK_DATA
struct DDEML_MSG_HOOK_DATA
Undocumented in source.
HSZPAIR
struct HSZPAIR
Undocumented in source.
MONCBSTRUCT
struct MONCBSTRUCT
Undocumented in source.
MONCONVSTRUCT
struct MONCONVSTRUCT
Undocumented in source.
MONERRSTRUCT
struct MONERRSTRUCT
Undocumented in source.
MONHSZSTRUCT
struct MONHSZSTRUCT
Undocumented in source.
MONLINKSTRUCT
struct MONLINKSTRUCT
Undocumented in source.
MONMSGSTRUCT
struct MONMSGSTRUCT
APPCLASS_MASK
DWORD APPCLASS_MASK;
APPCLASS_MONITOR
DWORD APPCLASS_MONITOR;
Undocumented in source.

Variables

APPCLASS_STANDARD
DWORD APPCLASS_STANDARD;
APPCMD_CLIENTONLY
DWORD APPCMD_CLIENTONLY;
APPCMD_FILTERINITS
DWORD APPCMD_FILTERINITS;
APPCMD_MASK
DWORD APPCMD_MASK;
CBF_FAIL_ADVISES
DWORD CBF_FAIL_ADVISES;
CBF_FAIL_ALLSVRXACTIONS
DWORD CBF_FAIL_ALLSVRXACTIONS;
CBF_FAIL_CONNECTIONS
DWORD CBF_FAIL_CONNECTIONS;
CBF_FAIL_EXECUTES
DWORD CBF_FAIL_EXECUTES;
CBF_FAIL_POKES
DWORD CBF_FAIL_POKES;
CBF_FAIL_REQUESTS
DWORD CBF_FAIL_REQUESTS;
CBF_FAIL_SELFCONNECTIONS
DWORD CBF_FAIL_SELFCONNECTIONS;
CBF_SKIP_ALLNOTIFICATIONS
DWORD CBF_SKIP_ALLNOTIFICATIONS;
CBF_SKIP_CONNECT_CONFIRMS
DWORD CBF_SKIP_CONNECT_CONFIRMS;
CBF_SKIP_DISCONNECTS
DWORD CBF_SKIP_DISCONNECTS;
CBF_SKIP_REGISTRATIONS
DWORD CBF_SKIP_REGISTRATIONS;
CBF_SKIP_UNREGISTRATIONS
DWORD CBF_SKIP_UNREGISTRATIONS;
MF_CALLBACKS
DWORD MF_CALLBACKS;
MF_CONV
DWORD MF_CONV;
MF_ERRORS
DWORD MF_ERRORS;
MF_HSZ_INFO
DWORD MF_HSZ_INFO;
MF_LINKS
DWORD MF_LINKS;
MF_MASK
DWORD MF_MASK;
MF_POSTMSGS
DWORD MF_POSTMSGS;
MF_SENDMSGS
DWORD MF_SENDMSGS;
SZDDESYS_ITEM_FORMATS
TCHAR[] SZDDESYS_ITEM_FORMATS;
SZDDESYS_ITEM_HELP
TCHAR[] SZDDESYS_ITEM_HELP;
SZDDESYS_ITEM_RTNMSG
TCHAR[] SZDDESYS_ITEM_RTNMSG;
SZDDESYS_ITEM_STATUS
TCHAR[] SZDDESYS_ITEM_STATUS;
SZDDESYS_ITEM_SYSITEMS
TCHAR[] SZDDESYS_ITEM_SYSITEMS;
SZDDESYS_ITEM_TOPICS
TCHAR[] SZDDESYS_ITEM_TOPICS;
Undocumented in source.
SZDDESYS_TOPIC
TCHAR[] SZDDESYS_TOPIC;
SZDDE_ITEM_ITEMLIST
TCHAR[] SZDDE_ITEM_ITEMLIST;
Undocumented in source.

Meta