PQMOPENDATA: Difference between revisions
Appearance
Created page with "Open queue-manager data array. This data type points to data whose format is described by the DEVOPENSTRUC data type. ==Example Code== <PRE> typedef PSZ *PQMOPENDATA; </PRE..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Open queue-manager data array. | Open queue-manager data array. | ||
This data type points to data whose format is described by the DEVOPENSTRUC data type. | This data type points to data whose format is described by the DEVOPENSTRUC data type. | ||
typedef PSZ *PQMOPENDATA; | |||
typedef PSZ *PQMOPENDATA; | |||
[[Category:Data type]] | [[Category:PM Data type]] |
Latest revision as of 12:28, 21 February 2020
Open queue-manager data array.
This data type points to data whose format is described by the DEVOPENSTRUC data type.
typedef PSZ *PQMOPENDATA;