Returns for EVEBT_DATA_MIGRATION and DEMIGRATION
struct EventDateMigrationInfo {
LONG FileSystemTypeID;
LONG Volume;
LONG DOSDirEntry;
LONG OwnerDirEntry;
LONG OwnerNameSpace;
BYTE OwnerFileName[256];
};
Specifies the file system type (NETWARE386FILESYSTEM, NETWARENFSFILESYSTEM, NETWARECDROMFILESYSTEM, IBM_SMB_LAN_SERV_FS-see nwadv.h).
Specifies on which volume the entry is located.
Specifies the directory number of the entry in the DOS name space.
Specifies the directory number of the entry in an other than DOS name space (if applicable).
Specifies the name space number of this entry (see Name Space Flag Values in Multiple and Inter-File Services).
Specifies the name of entry in the OwnerNameSpace name space (255 + 1 len byte).