EventDateMigrationInfo

Returns for EVEBT_DATA_MIGRATION and DEMIGRATION

Service:Advanced
Defined In:nwadv.h

Structure

  struct EventDateMigrationInfo { 
     LONG   FileSystemTypeID; 
     LONG   Volume; 
     LONG   DOSDirEntry; 
     LONG   OwnerDirEntry; 
     LONG   OwnerNameSpace; 
     BYTE   OwnerFileName[256]; 
  };
  

Fields

FileSystemTypeID

Specifies the file system type (NETWARE386FILESYSTEM, NETWARENFSFILESYSTEM, NETWARECDROMFILESYSTEM, IBM_SMB_LAN_SERV_FS-see nwadv.h).

Volume

Specifies on which volume the entry is located.

DOSDirEntry

Specifies the directory number of the entry in the DOS name space.

OwnerDirEntry

Specifies the directory number of the entry in an other than DOS name space (if applicable).

OwnerNameSpace

Specifies the name space number of this entry (see Name Space Flag Values in Multiple and Inter-File Services).

OwnerFileName

Specifies the name of entry in the OwnerNameSpace name space (255 + 1 len byte).