_Application.DDEPoke Method
Office 2003
Uses an open dynamic data exchange (DDE) channel to send data to an application.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Microsoft.Office.Interop.Word Namespace
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
public void DDEPoke( /*in*/int Channel, /*in*/System.String Item, /*in*/System.String Data );
function DDEPoke( Channel : int, Item : String, Data : String );
Parameters
- Channel
Required Integer. The channel number returned by the DDEInitiate method.
- Item
Required String. The item within a DDE topic to which the specified data is to be sent.
- Data
Required String. The data to be sent to the receiving application (the DDE server).
Reference
_Application InterfaceMicrosoft.Office.Interop.Word Namespace