The mi_lo_stat_uid() function
The mi_lo_stat_uid() function returns from an LO-status structure the user identifier of the owner of a smart large object.
Syntax
mi_integer mi_lo_stat_uid(LO_stat)
MI_LO_STAT *LO_stat;
- LO_stat
- A pointer to an LO-status structure that mi_lo_stat() allocates and fills in with status information.
Valid in client LIBMI application? | Valid in user-defined routine? |
---|---|
Yes | Yes |
Return values
- >=0
- The user identifier (user ID) of the owner for the smart large object that LO_stat references.
- MI_ERROR
- The function was not successful.