Home | Previous Page | Next Page   Function Descriptions >

mi_lo_stat_uid( )

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
is 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.

Related Topics

See also the description of mi_lo_stat( ).

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]