Creates an SE_OBJECT_ID from a string.
SE_NULL_REQUIRED_PARAMETER - and id_out_ptr is unaffected, if src_ptr or id_out_ptr is NULL.
SE_INVALID_OR_NULL_TRANSMITTAL - and *id_out_ptr is set to NULL, if transmittal isn't a handle to a valid, open transmittal.
SE_FAILURE - and *id_out_ptr is set to NULL, if
| extern SE_STATUS_CODE_ENUM | ||||
| SE_StringToObjectID | ||||
| ( | ||||
| SE_TRANSMITTAL | transmittal, | (notes) | ||
| const | SE_STRING | * | src_ptr, | (notes) |
| SE_OBJECT_ID | * | id_out_ptr | (notes) | |
| ); | ||||
the transmittal in which the object corresponding to the
specified object ID resides.
pointer to SE_STRING from which the SE_OBJECT_ID will be
created.
pointer to a variable in the user's memory space, where the
SE_OBJECT_ID being created will be placed.