Overview | ||||||||||||||||
Group | ||||||||||||||||
Quick Info
|
DdeAddData
The DdeAddData function adds data to the specified dynamic data exchange (DDE) object. An application can add data starting at any offset from the beginning of the object. If new data overlaps data already in the object, the new data overwrites the old data in the bytes where the overlap occurs. The contents of locations in the object that have not been written to are undefined. HDDEDATA DdeAddData( HDDEDATA hData,
| // handle to DDE data object
|
LPBYTE pSrc,
| // pointer to source buffer
|
DWORD cb,
| // length of data
|
DWORD cbOff
| // offset within DDE data object
|
);
|
|
DMLERR_INVALIDPARAMETER
DMLERR_MEMORY_ERROR
DMLERR_NO_ERROR Remarks After a data handle has been used as a parameter in another Dynamic Data Exchange Management Library function or has been returned by a DDE callback function, the handle may be used only for read access to the DDE object identified by the handle. If the amount of memory originally allocated is less than is needed to hold the added data, DdeAddData reallocates a global memory object of the appropriate size. See Also DdeAccessData, DdeCreateDataHandle, DdeUnaccessData
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples - Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database