UXDDiskOptions contains file name information that is used by PEEnableEventInfo, when you want to export to a disk file.
struct UXDDiskOptions {
WORD StructSize;
char FAR *fileName;
};
type
UXDDiskOptions = record
structSize: Word;
fileName: PChar;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |