UXDDiskOptions

UXDDiskOptions contains file name information that is used by PEEnableEventInfo, when you want to export to a disk file.

C Syntax
struct UXDDiskOptions {
    WORD StructSize;
    char FAR *fileName;
};
Members

structSize

Specifies the size of the UXDDiskOptions structure. You must initialize this member to be the size of whatever it is, for example, options.structSize = UXDDiskOptionsSize.

fileName

Specifies the pointer to the null-terminated string that contains the file name under which you want your disk file saved.

Delphi Record Listing
type
    UXDDiskOptions = record
        structSize: Word;
        fileName: PChar;
    end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com