Source position: jwawinioctl.pas line 4517
type _FILE_OBJECTID_BUFFER = record |
ObjectId: array [0..15] of Byte; |
case Integer of |
0: ( |
BirthVolumeId: array [0..15] of Byte; |
BirthObjectId: array [0..15] of Byte; |
DomainId: array [0..15] of Byte; |
); |
1: ( |
ExtendedInfo: array [0..47] of Byte; |
); |
end; |