3 #ifndef INCLUDED_RTL_UUID_H
4 #define INCLUDED_RTL_UUID_H
105 const rtl_String *pName
120 #define RTL_UUID_NAMESPACE_DNS {\
121 0x6b,0xa7,0xb8,0x10,\
124 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\
131 #define RTL_UUID_NAMESPACE_URL { \
132 0x6b, 0xa7, 0xb8, 0x11,\
135 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\
142 #define RTL_UUID_NAMESPACE_OID {\
143 0x6b, 0xa7, 0xb8, 0x12,\
146 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\
153 #define RTL_UUID_NAMESPACE_X500 {\
154 0x6b, 0xa7, 0xb8, 0x14,\
157 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8\
unsigned char sal_Bool
Definition: types.h:18
SAL_DLLPUBLIC void rtl_createNamedUuid(sal_uInt8 *pTargetUUID, const sal_uInt8 *pNameSpaceUUID, const rtl_String *pName)
Creates named UUIDs.
unsigned char sal_uInt8
Definition: types.h:24
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).
SAL_DLLPUBLIC sal_Int32 rtl_compareUuid(const sal_uInt8 *pUUID1, const sal_uInt8 *pUUID2)
Compare two UUID's lexically.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:14