19 #ifndef INCLUDED_RTL_UUID_H 20 #define INCLUDED_RTL_UUID_H 121 const rtl_String *pName
136 #define RTL_UUID_NAMESPACE_DNS {\ 137 0x6b,0xa7,0xb8,0x10,\ 140 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\ 147 #define RTL_UUID_NAMESPACE_URL { \ 148 0x6b, 0xa7, 0xb8, 0x11,\ 151 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\ 158 #define RTL_UUID_NAMESPACE_OID {\ 159 0x6b, 0xa7, 0xb8, 0x12,\ 162 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\ 169 #define RTL_UUID_NAMESPACE_X500 {\ 170 0x6b, 0xa7, 0xb8, 0x14,\ 173 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\
#define SAL_DLLPUBLIC
Definition: saldllapi.h:30
unsigned char sal_Bool
Definition: types.h:39
SAL_DLLPUBLIC void rtl_createNamedUuid(sal_uInt8 *pTargetUUID, const sal_uInt8 *pNameSpaceUUID, const rtl_String *pName)
Creates named UUIDs.
SAL_DLLPUBLIC sal_Int32 rtl_compareUuid(const sal_uInt8 *pUUID1, const sal_uInt8 *pUUID2)
Compare two UUID's lexically.
SAL_DLLPUBLIC void rtl_createUuid(sal_uInt8 *pTargetUUID, const sal_uInt8 *pPredecessorUUID, sal_Bool bUseEthernetAddress)
Generates a new Version 4 (random number based) UUID (Universally Unique IDentifier).
unsigned char sal_uInt8
Definition: types.h:45