Use PEGetNthParameterType to retrieve the type (or origin) of a specified parameter.
short CRPE_API PEGetNthParameterType (
short printJob,
short index );
Specifies the print job from which you want to gather parameter type information. | |
Returns one of the following PE_PO_XXX Constants or
Declare Function PEGetNthParameterType Lib "crpe32.dll" ( _
ByVal printJob As Integer, ByVal index As Integer ) As Integer
function PEGetNthParameterType (
printJob: smallint;
index: smallint
): smallint stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |