The SEDRIS Data Representation Model
APPENDIX D - Functions SE SetURN |
---|
extern SE_DRM_Status_Code | ||||
SE_SetURN | ||||
( | ||||
const | char | * | c_str_ptr, | 1 |
SE_URN | * | string_out_ptr | 2 | |
); |
Creates an SE_URN given a C string.
SE_DRM_STAT_CODE_SUCCESS | and *string_out_ptr is populated from c_str_ptr, if valid parameters were passed in and all operations succeeded. |
SE_DRM_STAT_CODE_NULL_REQUIRED_PARAMETER | if c_str_ptr or string_out_ptr was NULL. |
SE_DRM_STAT_CODE_FAILURE | if memory allocation failed. |
1 C string to populate output
2 SE_URN being populated
Prev: SE_SetURL.
Next: SE_SingleValueToBoolean.
Up:Index.
|