TGuid
Standard GUID representation type.
Declaration
Source position: objpash.inc line 36
Type
TGuid = packed record
case Integer of
1: (
public
Data1 : DWord;
Data2 : Word;
Data3 : Word;
Data4 : Array[0..7] of Byte;
);
2: (
public
D1 : DWord;
D2 : Word;
D3 : Word;
D4 : Array[0..7] of Byte;
);
3: (
public
time\_low : DWord;
time\_mid : Word;
time\_hi\_and\_version : Word;
clock\_seq\_hi\_and\_reserved : Byte;
clock\_seq\_low : Byte;
node : Array[0..5] of Byte;
);
end