Changeset 587 for vendor/current/librpc/ndr/libndr.h
- Timestamp:
- Jun 29, 2011, 7:36:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/librpc/ndr/libndr.h
r414 r587 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.