Programming Guide



sm_dde_client_request

Requests data from a DDE server

#include <smmwuser.h>
int sm_dde_client_request(char *server, char *topic, char *item, char *field);

server
The server application's name—for example, WINWORD

topic
The server topic, typically the file name of the spreadsheet or document—for example, SALES.DOC

item
The server item—for example, DDE_LINK1

field
The name of a widget on the active screen.

Environment

Windows

Returns

Description

sm_dde_client_request requests data from a DDE server. Call this function to update cold and warm link data on Panther screens.

This function can succeed only if the server application is already running; otherwise Panther posts an error message.

See Also

sm_dde_client_connect_cold, sm_dde_client_connect_warm, sm_dde_client_paste_link_cold, sm_dde_client_paste_link_warm