XTYP_ERROR
A dynamic data exchange (DDE) callback function receives the XTYP_ERROR transaction when a critical error occurs.
Error Code | Description |
---|---|
DMLERR_LOW_MEMORY | Memory is low; advise, poke, or execute data may be lost, or the system may fail. |
An application cannot block this transaction type; the CBR_BLOCK return code is ignored. The DDEML attempts to free memory by removing noncritical resources. An application that has blocked conversations should unblock them.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ddeml.h.
Dynamic Data Exchange Management Library Overview, Dynamic Data Exchange Management Transactions