Changeset 590 for trunk/server/librpc/ndr/libndr.h
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/librpc/ndr/libndr.h
r414 r590 544 544 /* GUIDs */ 545 545 bool GUID_equal(const struct GUID *u1, const struct GUID *u2); 546 NTSTATUS GUID_from_ndr_blob(const DATA_BLOB *b, struct GUID *guid); 546 547 NTSTATUS GUID_from_data_blob(const DATA_BLOB *s, struct GUID *guid); 547 548 NTSTATUS GUID_from_string(const char *s, struct GUID *guid);
Note:
See TracChangeset
for help on using the changeset viewer.