Search for String
| 3270 | 5250 | VT |
|---|---|---|
| Yes | Yes | Yes |
This function allows a client application to examine the presentation
space for a specified string in a specified area.
Note:
The
client must set the start PS position, search direction, a string
to be searched, and EOF flag by using the Set Presentation
Space Service Condition function before using this function.
The client sends the following message to search for the string.
PostMessage( hServerWnd,
WM_DDE_REQUEST,
hClientWnd,
MAKELONG(cfFormat, aSTRING) );where:
| cfFormat | Identifies the format for the search information. This is CF_DSPTEXT. |
| aSTRING | Identifies the search data item. |