ISAPIRuntime.ProcessRequest(IntPtr, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立要處理目前要求的新 HttpWorkerRequest 物件。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
virtual int ProcessRequest(IntPtr ecb, int iWRType);
public int ProcessRequest (IntPtr ecb, int iWRType);
abstract member ProcessRequest : nativeint * int -> int
override this.ProcessRequest : nativeint * int -> int
Public Function ProcessRequest (ecb As IntPtr, iWRType As Integer) As Integer
參數
- ecb
-
IntPtr
nativeint
ISAPI 擴充程式控制區塊。
- iWRType
- Int32
0 表示建立跨處理序 (Out-Of-Process) 要求,否則建立同處理序 (In-Process) 要求。
傳回
如果成功建立 HttpWorkerRequest,則為 0,否則為 1。