Article ID: 151409
Article Last Modified on 11/3/2003
1. Verb: RUI_BID
Description: Notifies the RUI application that a message is waiting
to be read using RUI_READ.
Returns: lua_peek_data (Contains the first 12 bytes of the
message data)
2. Verb: RUI_READ
Description: Receives responses, SNA commands, and data into Windows
LUA application's buffer
Returns: the data that has been requested
Using these verbs in this sequence results in the following:
Verb: Returns:
RUI_BID the first 12 bytes of the data
RUI_READ the 13th through xx bytes of the data. The first 12 bytes
are missing in the response.
S E R V P A C K
Additional query words: prodsna winrui sp1
Keywords: kbbug kbnetwork kbprogramming KB151409