| Interstage Application Server Smart Repository運用ガイド | 
| 目次
			索引    | 
| 第6章 アプリケーションの作成(C API) | > 6.3 構造体の構成 | 
この構造体は、サーバコントロールまたはクライアントコントロールを指定する場合に使用します。
【形式】
| typedef struct ldapcontrol {
        char  *ldctl_oid;
        struct berval  ldctl_value;
        char  ldctl_iscritical;
} LDAPControl, *PLDAPControl; | 
【構造体メンバの説明】
| 目次
			索引    |