Files | |
| file | cos.h |
| Header file for the COS functions, defines and data types. | |
Macros | |
| #define | DOSObjectID_IsEqual(objectID1, objectID2, size) |
| Returns non-zero if the two object identifiers are equal. | |
Functions | |
| DOSStatus | DOSObjectID_Create_StandardString (const char *oid, uint32 *size, DOSObjectID oid_buffer) |
| Parses a standard string OID into a DOSObjectID if given. | |
| uint16 | DOSObjectID_GetSize (DOSObjectID objectID) |
| Returns the size of an object ID. | |
| boolean | DOSObjectID_HasAttributes (DOSObjectID self) |
| Returns if the given objectID has attributes. | |
| boolean | DOSObjectID_IsEqualIgnoreAttributes (DOSObjectID self, DOSObjectID other) |
| Compare two DOSObjectOIDs, excluding Attribute extensions. | |
Variables | |
| const DOSObjectID | DOSObjectID_Broadcast |
| The Broadcast Object ID. | |