RSC/MP 7.2 Programming Manual

API Function Descriptions
HP NonStop Remote Server Call (RSC/MP) Programming Manual522360-004
10-26
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 when an
RSC/MP I/O operation completes. This operation could be either a reply to a nowaited
RscWriteRead or receipt of a UMS message.
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.
USHORT FTYPE RscNotifyWin
( ULONG ulConnectionHandle /* in */
,ULONG ulSessionHandle /* in */
,USHORT uType /* in */
,ULONG ulWinHandle /* in */
,ULONG ulWinMessage /* in */
);