Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
windows_uuid.h File Reference
#include <rpc.h>
#include "uuid_util_library.h"
#include "uuid_defs.h"
Include dependency graph for windows_uuid.h:

Go to the source code of this file.

Data Structures

struct  uuid_t
 

Functions

int uuid_compare (uuid_t uu1, uuid_t uu2)
 
void uuid_clear (uuid_t uu)
 
int uuid_parse (char *in, uuid_t uu)
 
int uuid_is_null (uuid_t uu)
 
void uuid_unparse_lower (uuid_t uu, char *out)
 
void uuid_generate (uuid_t uu)
 
void uuid_copy (uuid_t dst, uuid_t src)
 
void PrintUUID (const UUID *w_p, const char *prefix_s)
 

Function Documentation

◆ uuid_compare()

int uuid_compare ( uuid_t  uu1,
uuid_t  uu2 
)

◆ uuid_clear()

void uuid_clear ( uuid_t  uu)

◆ uuid_parse()

int uuid_parse ( char *  in,
uuid_t  uu 
)

◆ uuid_is_null()

int uuid_is_null ( uuid_t  uu)

◆ uuid_unparse_lower()

void uuid_unparse_lower ( uuid_t  uu,
char *  out 
)

◆ uuid_generate()

void uuid_generate ( uuid_t  uu)

◆ uuid_copy()

void uuid_copy ( uuid_t  dst,
uuid_t  src 
)

◆ PrintUUID()

void PrintUUID ( const UUID *  w_p,
const char *  prefix_s 
)