PreviousNext
Help > Programming with LAUNCHER Office > Advanced programming > Programs to connect PC and AS400 > LNCRcvMessage
LNCRcvMessage

 The application waits for a message from the AS/400.

Using this function, the input parameters sent by the AS/400 will be available when the application is called for the second time.

 

Prototype

 

Long LNCRcvMessage

(long lRetCode, char *szRetString);

 Parameters

 

Parameters

 

lRetCode (O)

Return code

szRetString (O)

Message from the AS/400

 

See also

         LNCMessage

         LNCSetPostMessage