Interstage Application Server Smart Repository運用ガイド
目次 索引 前ページ次ページ

第6章 アプリケーションの作成(C API) > 6.2 関数インタフェース > 6.2.17 検索結果の解析処理

6.2.17.2 属性名の読込み処理

6.2.17.2.1 ldap_first_attribute

 この関数は、指定されたエントリの最初の属性名を通知します。

【指定形式】

char  *ldap_first_attribute(
        LDAP  *ld,
        LDAPMessage  *entry,
        BerElement  **ptr
        );

【パラメタの説明】

【復帰値】

 この関数は、復帰値として以下の値を返します。

【注意事項】

6.2.17.2.2 ldap_next_attribute

 この関数は、直前のldap_first_attribute()またはldap_next_attribute()で通知された属性名の、次の属性名を通知します。

【指定形式】

char  *ldap_next_attribute(
        LDAP  *ld,
        LDAPMessage  *entry,
        BerElement  *ber
        );

【パラメタの説明】

【復帰値】

 この関数は、復帰値として以下の値を返します。

【注意事項】


目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2004