SMFLookupElement T¶
A SMFLookupElement_T object represents the content of a result row. If you are using a LDAP directory, the datatype of data is always a SMFLdapValue_T object, LDAP attributes can have more than one value.
1 typedef struct {
2 void *data;
3 } SMFLookupElement_T;
| name | description |
|---|---|
| data | Raw value, which has to be converted to the wanted data type by your self. |