送信元リクエストキューから対象リクエストキューへリクエストを委譲する。
HttpDelegateRequestEx RequestQueueHandle, DelegateQueueHandle, RequestId, DelegateUrlGroupId, PropertyInfoSetSize, PropertyInfoSet
RequestQueueHandle : [intptr] 型: _In_ **HANDLE** 送信元リクエストキューへのハンドル。 DelegateQueueHandle : [intptr] 型: _In_ **HANDLE** 対象リクエストキューへのハンドル。 RequestId : [int64] 型: _In_ **HTTP_REQUEST_ID** HttpReceiveHttpRequest で受け取った一意なリクエスト ID。 DelegateUrlGroupId : [int64] 型: _In_ **HTTP_URL_GROUP_ID** 対象 URL グループの URL グループ ID。 PropertyInfoSetSize : [int] 型: _In_ **ULONG** PropertyInfoSet 配列のエントリ数。 PropertyInfoSet : [var] 型: _In_ **PHTTP_DELEGATE_REQUEST_PROPERTY_INFO** 委譲時にリクエストに設定するプロパティの配列。
(プラグイン / モジュール : httpapi.dll)
送信元リクエストキューから対象リクエストキューへリクエストを委譲する。 [戻り値] NTSTATUS 完了ステータスを含む **ULONG**。
| プラグイン / モジュール | httpapi.dll |
| バージョン | 1.0 |
| 作成日 | 2026/04/16 |
| 著作者 | IronHSP / CsWin32 bridge |
| URL | https://github.com/inovia/IronHSP |
| 備考 | Win32 API の httpapi.dll 関数群。CsWin32 + win32metadata から自動生成。
hsp3net 専用 (intptr / NSTRUCT / wstr を使用)。 |
| タイプ | 拡張命令 |
| グループ | Win32API |
| 対応環境 |
|
| hs ファイル | hsphelp\win32_httpapi_gen2.hs |