| Interstage Application Server Smart Repository運用ガイド |
目次
索引
![]()
|
| 第6章 アプリケーションの作成(C API) | > 6.3 構造体の構成 |
この構造体は、文字列やバイナリデータを指定する場合に使用します。
【形式】
struct berval {
unsigned long bv_len;
char *bv_val;
}; |
【構造体メンバの説明】
目次
索引
![]()
|