EventDateMigrationInfo_t

Contains information about an EVENT_DATA_MIGRATION or an EVENT_DATA_DEMIGRATION event.

Service:NetWare Platform

Structure

  typedef struct
  {
     uint32_t   FileSystemTypeID; 
     int        Volume; 
     uint32_t   DOSDirEntry; 
     uint32_t   OwnerDirEntry; 
     int        OwnerNameSpace; 
     char       OwnerFileName[256]; 
  } EventDateMigrationInfo_t;
  

Fields

FileSystemTypeID

Specifies the file system type.

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.

Value

Description

0

DOS name space

1

Macintosh name space

2

NFS name space

4

Long name space for Windows 32-bit and NSS

OwnerFileName

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