RSC/MP Programming Manual

API Function Descriptions
RscNotifyWin [RSCNOT]
RscNotifyWin [RSCNOT]
The RscNotifyWin function allows the RSC/MP application to request asynchronous
notification of RSC/MP I/O operation completion by specifying a Windows message to
be posted to the message queue for a window owned by the application whe n an
RSC/MP I/O operation completes. This operation could be either a reply to a nowaited
RscWriteRead or receipt of a UMS message.
USHORT FTYPE RscNotifyWin
( ULONG ulConnectionHandle /* in */
,ULONG ulSessionHandle /* in */
,USHORT uType /* in */
,ULONG ulWinHandle /* in */
,ULONG ulWinMessage /* in */
);
ulConnectionHandle
The handle of an existing connection created through the RscConnect function
call.
ulSessionHandle
The handle of an existing session created through the RscBeginSession function
call.
uType
The type of notification your application is using; either RSC_NOTIFY_IO or
RSC_NOTIFY_UMS.
ulWinHandle
The handle of the window to receive the notification message.
ulWinMessage
The notification message number to post to the window.
HP NonStop Remote Server Call (RSC/MP) Programming Manual 522360-006
10 - 26