SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
○ | ○ | ○ | ○ |
パブリック関数 | |
---|---|
Void |
GetResponse(
SFBWebRespSmpPtr webResp
, SFXCallbackPtr callback
, ACharConstPtr url
, ...
)
Web 応答を受け取るために必要なリソースと場所を確立して、 Web トランザクションを開始します。
|
Void |
GetResponseV(
SFBWebRespSmpPtr webResp
, SFXCallbackPtr callback
, ACharConstPtr url
, WebOptPtr opts
) Web 応答を受け取るために必要なリソースと場所を確立して、Web トランザクションを開始します。
|
Void |
GetResponseV(
SFBWebRespSmpPtr webResp
, SFXCallbackPtr callback
, SFXAnsiStringConstRef url
, WebOptPtr opts
) Web 応答を受け取るために必要なリソースと場所を確立して、Web トランザクションを開始します。
|
static SFBWebSmp |
NewInstance(
SFCErrorPtr exception = null
) SFBWeb インスタンスを生成します。
|
static SFBWebSmp |
NewInstance(
AEECLSID clsid = AEECLSID_WEB
, SFCErrorPtr exception = null
) SFBWeb インスタンスを生成します。
|
SFCError |
AddOpt(
WebOptPtr opts
)
(SFBWebOpts から継承)
入力配列を現在の Web オプション リストに追加して、Web のリストを現在の Web オプション セットに追加します。
|
SFCError |
GetOpt(
SInt32 id
, SInt32 index
, WebOptPtr opt
)
(SFBWebOpts から継承)
SFBWebOpts インスタンス内の WebOpts リストから、指定した WebOpt ID に一致する WebOpt を取得します。
|
SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
SFCError |
QueryInterface(
AEECLSID clsid
, SFBBaseSmpPtr handle
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
SFCError |
RemoveOpt(
SInt32 id
, SInt32 index
)
(SFBWebOpts から継承)
id に一致する index 番目の WebOpt を削除します。
|
Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
プロテクト関数 | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使用して生成します。
|
[ public ] Void GetResponse( SFBWebRespSmpPtr webResp // リソースを格納する SFBWebResp インスタンスへのポインタ // オブジェクトは、コールバックの寿命の間有効でなければならない // 終了後、ユーザーはこれを解放する必要がある SFXCallbackPtr callback // 回答が用意できたときに通知を送るコールバック関数 ACharConstPtr url // 要求されたドキュメント URL ... // WebOpt ID 値のペアの変数リスト // WEBOPT_END で終結する );
[ public ] Void GetResponseV( SFBWebRespSmpPtr webResp // SFBWebResp インスタンスへのポインタ SFXCallbackPtr callback // 回答が用意できたときのコールバック ACharConstPtr url // 要求されたドキュメント WebOptPtr opts // WebOpts の配列 // WEBOPT_END で終結する );
[ public ] Void GetResponseV( SFBWebRespSmpPtr webResp // SFBWebResp インスタンスへのポインタ SFXCallbackPtr callback // 回答が用意できたときのコールバック SFXAnsiStringConstRef url // 要求されたドキュメント WebOptPtr opts // WebOpts の配列 // WEBOPT_END で終結する );
引数の webResp は SFBWebResp インターフェースポインタへのポインタ( 回答の格納場所 ) です。 オブジェクトは、コールバックの寿命の間有効でなければなりません。終了後、ユーザーは解放する必要があります。
[ public, static ] SFBWebSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBWebSmp NewInstance( AEECLSID clsid = AEECLSID_WEB // Class ID SFCErrorPtr exception = null // エラー値 );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |