UXFDIFOptions contains number and date information used by PEEnableEventInfo, when you want to export in a DIF format (Data Interchange Format) and hard code number and/or date options.
struct UXFDIFOptions {
WORD StructSize;
BOOL useReportNumberFormat;
BOOL useReportDateFormat;
};
type
UXFDIFOptions = record
structSize: Word;
useReportNumberFormat: Bool;
useReportDateFormat: Bool;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |