On Wed Sep 6 10:25:59 2023 +0000, Yuxuan Shui wrote:
can I do
static WCHAR protocol_clsid[ARRAY_SIZE(null_guid)];
or do I have to
static WCHAR protocol_clsid[39];
? Or maybe there is a constant defined for the length of a GUID string?
Ah there is `CHARS_IN_GUID`