Called by the server application to advise the client of a change
in the data associated with the given item. Causes the client
connection's \helpref{wxConnection::OnAdvise}{wxddeconnectiononadvise} member
-to be called. Returns TRUE if successful.
+to be called. Returns true if successful.
\membersection{wxConnection::Execute}\label{wxddeconnectionexecute}
server. Can also be used to transfer arbitrary data to the server
(similar to \helpref{wxConnection::Poke}{wxddeconnectionpoke} in
that respect). Causes the server connection's \helpref{wxConnection::OnExecute}{wxddeconnectiononexecute}
-member to be called. Returns TRUE if successful.
+member to be called. Returns true if successful.
\membersection{wxConnection::Disconnect}
Called by the client or server application to disconnect from the
other program; it causes the \helpref{wxConnection::OnDisconnect}{wxddeconnectionondisconnect}
message to be sent to the corresponding connection object in the
-other program. Returns TRUE if successful or already disconnected.
+other program. Returns true if successful or already disconnected.
The application that calls {\bf Disconnect} must explicitly delete
its side of the connection.
Message sent to the server application by the client, when the client
wishes to start an `advise loop' for the given topic and item. The
-server can refuse to participate by returning FALSE.
+server can refuse to participate by returning false.
\membersection{wxConnection::OnStopAdvise}\label{wxddeconnectiononstopadvise}
Message sent to the server application by the client, when the client
wishes to stop an `advise loop' for the given topic and item. The
-server can refuse to stop the advise loop by returning FALSE, although
+server can refuse to stop the advise loop by returning false, although
this doesn't have much meaning in practice.
\membersection{wxConnection::Poke}\label{wxddeconnectionpoke}
be called. If size is -1 the size is computed from the string
length of data.
-Returns TRUE if successful.
+Returns true if successful.
\membersection{wxConnection::Request}\label{wxddeconnectionrequest}
Called by the client application to ask if an advise loop can be
started with the server. Causes the server connection's
\helpref{wxConnection::OnStartAdvise}{wxddeconnectiononstartadvise}\rtfsp
-member to be called. Returns TRUE if the server okays it, FALSE
+member to be called. Returns true if the server okays it, false
otherwise.
\membersection{wxConnection::StopAdvise}\label{wxddeconnectionstopadvise}
Called by the client application to ask if an advise loop can be
stopped. Causes the server connection's \helpref{wxConnection::OnStopAdvise}{wxddeconnectiononstopadvise}
-member to be called. Returns TRUE if the server okays it, FALSE
+member to be called. Returns true if the server okays it, false
otherwise.