Parses a standard string OID into a DOSObjectID if given.
If no DOSObjectID is given this will return the byte length needed for the DOSObjectID.
- Parameters
-
oid | The standard string Object ID. Should not be NULL. |
size | [IN] length of the oid_buffer if not NULL. [OUT] The length used in the oid_buffer. Should not be NULL. |
oid_buffer | The buffer to parse the oid into. May be NULL to have this function calculate needed buffer length. |
- Returns
- DOSStatus If successful DOSSTATUS_SUCCESS will be returned.