pips_guid_str_t
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-clientDescription:
This type can be used to express GUIDs as printable strings.
Page updated:
