|
StarBurn SDK (Software Development Kit)
|
typedef struct _NAME_COLLISION_INFO { BOOLEAN m__BOOLEAN__IsJolietName; UCHAR m__UCHAR__Name[ MAX_PATH * 2 ]; PCHAR m__PCHAR__OldAbsoluteName; ULONG m__ULONG__OldFileAttributes; PCHAR m__PCHAR__NewAbsoluteName; ULONG m__ULONG__NewFileAttributes; NAME_COLLISION_SOLUTION m__NAME_COLLISION_SOLUTION; } * PNAME_COLLISION_INFO, NAME_COLLISION_INFO;
Structure that represents information about name collistion
|
Member |
Definition |
|
m__BOOLEAN__IsJolietName |
Indicates the format of the m__UCHAR__Name |
|
m__UCHAR__Name |
The node name (CHAR for ISO9660 or USHORT for Joliet) |
|
m__PCHAR__OldAbsoluteName |
Absolute file name of the old file node |
|
m__ULONG__OldFileAttributes |
Old file attributes |
|
m__PCHAR__NewAbsoluteName |
Absolute file name of the new file node |
|
m__ULONG__NewFileAttributes |
New file attributes |
|
m__NAME_COLLISION_SOLUTION |
The solution of the collision (what action has been performed) |
|
Copyright (c) 2001-2006 Rocket Division Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|