Stop Session Advise
3270 | 5250 | VT |
---|---|---|
Yes | Yes | Yes |
The Stop Session Advise function disconnects a link
between Personal Communications and the client. The client sends the following command to
perform the Stop Session Advise function.
PostMessage( hServerWnd,
WM_DDE_UNADVISE,
hClientWnd,
MAKELONG(NULL, aItem) );
where:
aItem | Specifies the item of information being requested; in this case, the value can be PS, OIA, TRIMRECT, or NULL. |
If the value of aItem is NULL, then the client has requested termination of all active notifications for the conversation.