DdeUninitialize
The DdeUninitialize
function frees all Dynamic Data Exchange Management Library (DDEML) resources
associated with the calling application.
BOOL DdeUninitialize(
DWORD idInst |
// instance
identifier |
); |
|
Parameters
idInst
Specifies the
application instance identifier obtained by a previous call to the DdeInitialize
Return Values
If the
function succeeds, the return value is nonzero.
If the
function fails, the return value is zero.
Remarks
DdeUninitialize terminates any conversations currently open for the
application.
See Also