SalDDE

PPJ.Runtime.DDE.SalDDE

Namespace: PPJ.Runtime.DDE

Assembly: PPJ.Runtime.DDE.49 (4.9.0.0)

Summary description for SalDDE.

public class SalDDE

Methods

Adds a string to the global atom table and creates a new atom to identify the string.

ParameterTypeDescription

stringToAdd

Returns: SalNumber.

Allocates a memory handle for WM_DDE_Data or WM_DDE_Poke message.

Returns: SalNumber.

Decrements an atom's reference count.

ParameterTypeDescription

atomToDelete

The atom to delete.

Returns: SalNumber.

ParameterTypeDescription

msg

wParam

lParam

sender

lowlParam

highlParam

Returns: SalBoolean.

ParameterTypeDescription

handle

command

commandSize

Returns: SalBoolean.

ParameterTypeDescription

handle

status

data

dataSize

Returns: SalBoolean.

ParameterTypeDescription

options

flags

format

Returns: SalBoolean.

Searches the global atom table and returns the atom associated with the given string.

ParameterTypeDescription

topicString

The string to search for.

Returns: SalNumber. nAtom

Frees a memory handle allocated by SalDDEAlloc for WM_DDE_Data or WM_DDE_Poke messages.

ParameterTypeDescription

memory

The memory handle to free.

Returns: SalNumber. nHandle

ParameterTypeDescription

atom

atomName

stringLength

Returns: SalNumber.

Converts the lParam of the SAM_DDE_ClientExecute message to a command string.

ParameterTypeDescription

msglParam

Returns: SalString. sCommand

Posts a WM_DDE_* messages except: WM_DDE_Initiate and WM_DDE_Ack.

ParameterTypeDescription

wndReceiver

message

wndSender

lowlParam

hnighlParam

Returns: SalNumber.

ParameterTypeDescription

ctrl

service

serverTopic

serverItem

timeout

data

Returns: SalBoolean.

Sends a WM_DDE_* message.

ParameterTypeDescription

receiver

message

sender

lowlParam

highlParam

Returns: SalNumber.

Broadcasts a WM_DDE_* message.

ParameterTypeDescription

message

sender

lowlParam

highlParam

Returns: SalNumber.

Broadcasts a WM_DDE_* message with a given Timeout

ParameterTypeDescription

message

sender

lowlParam

highlParam

timeout

Returns: SalNumber.

Executes a DDE command on the server.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

service

topic

item

timeout

command

Returns: SalBoolean.

Sends data to the client.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

data

clientID

timeout

Returns: SalBoolean.

Assigns a command string to the data referenced by the high-order word of the lParam in a WM_DDE_Execute message.

ParameterTypeDescription

highlParam

The handle to the command block that contains the command string.

command

The command to execute.

Returns: SalBoolean. bOk

Sets DDEdata from a byte array with given format

ParameterTypeDescription

handle

The handle to the memory object that contains the data and other information.

status

The status word.

data

The data to assign.

format

The format

Returns: SalBoolean. bOk

Assigns a value to the data referenced by the low-order word of the lParam in a WM_DDE_Data or WM_DDE_Poke message.

ParameterTypeDescription

numData

The handle to the memory object that contains the data and other information.

status

The status word.

strData

The value to assign.

Returns: SalBoolean. bOk

Assigns a value to the data referenced by the low-order word of the lParam in a WM_DDE_Advise message.

ParameterTypeDescription

options

The handle to the memory object that specifies how the data is to be sent.

flags

The status word.

format

The CF_* data format.

Returns: SalBoolean. bOk

Creates a DDE server for the specified service, topic and item.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

service

topic

item

Returns: SalBoolean.

Starts a hot link conversation with a server application.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

service

topic

item

timeout

Returns: SalBoolean.

Stops the DDE server associated with the specified control.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

Returns: SalBoolean.

Ends a hot link conversation with a server application.

ParameterTypeDescription

ctrl

Target control on which to execute the call.

Returns: SalBoolean. bOk

Last updated