Jump to content

PQMOPENDATA: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
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.
==Example Code==
typedef PSZ *PQMOPENDATA;
<PRE>
typedef PSZ *PQMOPENDATA;
</PRE>


[[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;