Use PEConvertPFInfotoVInfo to convert the value returned in the CurrentValue or DefaultValue member of PEParameterFieldInfo, to the appropriate type and place the result in PEValueInfo.
BOOL CRPE_API PEConvertPFInfoToVInfo(
void FAR *value,
short valueType,
PEValueInfo FAR *valueInfo );
Specifies a pointer to the current or default parameter value (returned from PEGetNthParameterField) to convert. | |
Specifies the type of parameter field from which the value came. Use one of the Parameter Field Value Type Constants. | |
Specifies a pointer to PEValueInfo, that is used to store the value in converted form. |
Declare Function PEConvertPFInfoToVInfo Lib "crpe32.dll" (ByVal value _
As Any, ByVal valueType As Integer, valueInfo As PEValueInfo) As Integer
function PEConvertPFInfoToVInfo (
value: PChar;
valueType: Word;
var valueInfo: PEValueInfo
): Bool stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |