| Overview | ||||||||||||||||
| Group | ||||||||||||||||
|
Quick Info
|
||||||||||||||||
DdeSetUserHandle
The DdeSetUserHandle function associates an application-defined 32-bit value with a conversation handle or a transaction identifier. This is useful for simplifying the processing of asynchronous transactions. An application can use the DdeQueryConvInfo function to retrieve this value. BOOL DdeSetUserHandle(| HCONV hConv,
| // handle to conversation
|
| DWORD id,
| // transaction identifier
|
| DWORD hUser
| // handle to application-defined value
|
| );
|
|
DMLERR_INVALIDPARAMETER
DMLERR_NO_ERROR
DMLERR_UNFOUND_QUEUE_ID See Also DdeQueryConvInfo
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples


