Difference between revisions of "UIM Remove List Entry (QUIRMVLE)"
From MidrangeWiki
DaveLClarkI (talk | contribs) m (DaveLClarkI moved page QUIRMVLE — Remove List Entry to UIM Remove List Entry (QUIRMVLE): Better Indexing (too many Q's)) |
DaveLClarkI (talk | contribs) (→References) |
||
Line 22: | Line 22: | ||
== References == | == References == | ||
− | * [[ | + | * [[API Error Code Structure (ApiErrC)]] |
Revision as of 23:00, 13 December 2018
Summary
The following is an RPG/LE fully free-form prototype for the IBM QUIRMVLE API to use the UIM to remove a list panel entry within an open display application.
Prototype for the QUIRMVLE API
//****************************************************************************** // IBM Remove List Entry API // https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/apis/quirmvle.htm //****************************************************************************** dcl-pr IBMUIM_RemoveListEntry extpgm('QUIRMVLE'); ReAppHndl char(8) const; ReLstName char(10) const; ReExtOpt char(1) const; ReLeHndl char(4); ReErrCode likeds(ApiErrC) options(*varsize); end-pr;