win32.dde

Windows API header module

Translated from MinGW Windows headers

Members

Enums

WM_DDE_FIRST
anonymousenum WM_DDE_FIRST
Undocumented in source.

Functions

DdeSetQualityOfService
BOOL DdeSetQualityOfService(HWND , const(SECURITY_QUALITY_OF_SERVICE)* , PSECURITY_QUALITY_OF_SERVICE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FreeDDElParam
BOOL FreeDDElParam(UINT , LPARAM )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImpersonateDdeClientWindow
BOOL ImpersonateDdeClientWindow(HWND , HWND )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PackDDElParam
LPARAM PackDDElParam(UINT , UINT_PTR , UINT_PTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ReuseDDElParam
LPARAM ReuseDDElParam(LPARAM , UINT , UINT , UINT_PTR , UINT_PTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnpackDDElParam
BOOL UnpackDDElParam(UINT , LPARAM , PUINT_PTR , PUINT_PTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

DDEACK
struct DDEACK
Undocumented in source.
DDEADVISE
struct DDEADVISE
Undocumented in source.
DDEDATA
struct DDEDATA
Undocumented in source.
DDELN
deprecated struct DDELN
Undocumented in source.
DDEPOKE
struct DDEPOKE
Undocumented in source.
DDEUP
deprecated struct DDEUP
Undocumented in source.

Meta

Source

See Source File
core/sys/windows/dde.d Automatically imported and edited from the druntime module core.sys.windows.dde for the auto-generated win32 package.

Authors

Stewart Gordon