Changeset 9743 in vbox for trunk/include
- Timestamp:
- Jun 16, 2008 10:53:02 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/uuid.h
r9738 r9743 69 69 * 70 70 * @returns 0 if eq, < 0 or > 0. 71 * @param pUuid1 First value to compare. 72 * @param pUuid2 Second value to compare. 71 * @param pUuid1 First value to compare. NULL is treated like if RTUuidIsNull() return true. 72 * @param pUuid2 Second value to compare. NULL is treated like if RTUuidIsNull() return true. 73 73 */ 74 74 RTDECL(int) RTUuidCompare(PCRTUUID pUuid1, PCRTUUID pUuid2); … … 78 78 * 79 79 * @returns 0 if eq, < 0 or > 0. 80 * @param pUuid1 First value to compare. 81 * @param pszString2 The 2nd UUID in string form. 80 * @param pUuid1 First value to compare. NULL is not allowed. 81 * @param pszString2 The 2nd UUID in string form. NULL of malformed string is not permitted. 82 82 */ 83 83 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString);
Note:
See TracChangeset
for help on using the changeset viewer.