DdeUninitialize function (ddeml.h)
Frees all Dynamic Data Exchange Management Library (DDEML) resources associated with the calling application.
BOOL DdeUninitialize(
[in] DWORD idInst
);
[in] idInst
Type: DWORD
The application instance identifier obtained by a previous call to the DdeInitialize function.
Type: BOOL
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
DdeUninitialize terminates any conversations currently open for the application.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | ddeml.h (include Windows.h) |
Library | User32.lib |
DLL | User32.dll |
Conceptual
Dynamic Data Exchange Management Library
Reference