Chapter 6 DDE Library
© National Instruments Corporation 6-23 LabWindows/CVI Standard Libraries
UnregisterDDEServer
int status = UnregisterDDEServer (char serverName[]);
Purpose
Unregisters your application program as a DDE server.
Parameters
Input serverName string Name of the server application.
Return Value
status integer Refer to error codes in
Table 6-3.
See Also
RegisterDDEServer
Error Conditions
If an error condition occurs during a call to any of the functions in the LabWindows/CVI DDE
Library, the status return value contains the error code. This code is a non-zero value that
specifies the type of error that occurred. Error code return values are negative numbers. The
currently defined error codes and their associated meanings are shown in Table 6-3.