creating_20a_20globally_20unique_20identifier
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
creating_20a_20globally_20unique_20identifier [2018/03/31 13:19] – external edit 127.0.0.1 | creating_20a_20globally_20unique_20identifier [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
{A8A8D3E5-713D-4C00-897E-F3B225E3A3AF} | {A8A8D3E5-713D-4C00-897E-F3B225E3A3AF} | ||
GUIDs are used for a number of purposes in Windows, most notably to identify a **COM interface** (IID) or **class** (CLSID); in those cases you must discover the correct value to use from Microsoft' | GUIDs are used for a number of purposes in Windows, most notably to identify a **COM interface** (IID) or **class** (CLSID); in those cases you must discover the correct value to use from Microsoft' | ||
+ | <code bb4w> | ||
SYS " | SYS " | ||
SYS " | SYS " | ||
Line 13: | Line 14: | ||
SYS " | SYS " | ||
PRINT $$guida% | PRINT $$guida% | ||
+ | </ | ||
The GUID is available as a 128-bit number in the structure **guid{}**, as a Unicode (16-bit) string at **guidw%** and as a NUL-terminated ANSI (8-bit) string at **guida%**. | The GUID is available as a 128-bit number in the structure **guid{}**, as a Unicode (16-bit) string at **guidw%** and as a NUL-terminated ANSI (8-bit) string at **guida%**. |
creating_20a_20globally_20unique_20identifier.1522502352.txt.gz · Last modified: 2024/01/05 00:18 (external edit)