Created
November 8, 2020 22:22
-
-
Save Pasquina/c9f16dfebbd4f29c91023e9d89fcc4e8 to your computer and use it in GitHub Desktop.
VCL Definition of a GUID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PGUID = ^TGUID; | |
TGUID = record | |
D1: Cardinal; | |
D2: Word; | |
D3: Word; | |
D4: array[0..7] of Byte; | |
end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment