IChannelHook.ServerFillBuffer(Guid, Guid, UInt32, IntPtr, Int32) 方法

定义

public:
 void ServerFillBuffer(Guid % uExtent, Guid % riid, [Runtime::InteropServices::Out] System::UInt32 % pDataSize, IntPtr pDataBuffer, int hrFault);
public void ServerFillBuffer (ref Guid uExtent, ref Guid riid, out uint pDataSize, IntPtr pDataBuffer, int hrFault);
abstract member ServerFillBuffer : Guid * Guid * uint32 * nativeint * int -> unit
Public Sub ServerFillBuffer (ByRef uExtent As Guid, ByRef riid As Guid, ByRef pDataSize As UInteger, pDataBuffer As IntPtr, hrFault As Integer)

参数

uExtent
Guid
riid
Guid
pDataSize
UInt32
pDataBuffer
IntPtr

nativeint

hrFault
Int32

适用于