pips_guid_str_t

Updated: April 19, 2023

String representation of a GUID

Synopsis:

#include <pips/pips.h>
typedef struct pips_guid_str {
    unsigned char str[33];
} pips_guid_str_t;

Data:

unsigned char str[33]
A character buffer for storing the GUID as a string

Library:

pips-client

Description:

This type can be used to express GUIDs as printable strings.