Skip to content

Instantly share code, notes, and snippets.

@Pasquina
Created November 8, 2020 22:22
Show Gist options
  • Save Pasquina/c9f16dfebbd4f29c91023e9d89fcc4e8 to your computer and use it in GitHub Desktop.
Save Pasquina/c9f16dfebbd4f29c91023e9d89fcc4e8 to your computer and use it in GitHub Desktop.
VCL Definition of a GUID
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