Displaying Errors to the User

Whenever a network DDE function returns an error value, you can retrieve an error message suitable for displaying to a user by using the NDdeGetErrorString function.

DisplayNDdeErrorString( UINT uCode, LPTSTR lpszTitle )

{

char buf[256];

NDdeGetErrorString(

uCode,

buf,

sizeof(buf)

);

MessageBox( NULL, buf, lpszTitle, MB_ICONEXCLAMATION | MB_OK );

}

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