IChannelHook.ClientNotify Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub ClientNotify ( _
    ByRef uExtent As Guid, _
    ByRef riid As Guid, _
    cbDataSize As UInteger, _
    pDataBuffer As IntPtr, _
    lDataRep As UInteger, _
    hrFault As Integer _
)
‘사용 방법
Dim instance As IChannelHook
Dim uExtent As Guid
Dim riid As Guid
Dim cbDataSize As UInteger
Dim pDataBuffer As IntPtr
Dim lDataRep As UInteger
Dim hrFault As Integer

instance.ClientNotify(uExtent, riid, cbDataSize, _
    pDataBuffer, lDataRep, hrFault)
void ClientNotify(
    ref Guid uExtent,
    ref Guid riid,
    uint cbDataSize,
    IntPtr pDataBuffer,
    uint lDataRep,
    int hrFault
)
void ClientNotify(
    [InAttribute] Guid% uExtent, 
    [InAttribute] Guid% riid, 
    [InAttribute] unsigned int cbDataSize, 
    [InAttribute] IntPtr pDataBuffer, 
    [InAttribute] unsigned int lDataRep, 
    [InAttribute] int hrFault
)
abstract ClientNotify : 
        uExtent:Guid byref * 
        riid:Guid byref * 
        cbDataSize:uint32 * 
        pDataBuffer:IntPtr * 
        lDataRep:uint32 * 
        hrFault:int -> unit 
function ClientNotify(
    uExtent : Guid, 
    riid : Guid, 
    cbDataSize : uint, 
    pDataBuffer : IntPtr, 
    lDataRep : uint, 
    hrFault : int
)

Parameters

.NET Framework Security

See Also

Reference

IChannelHook Interface

IChannelHook Members

Microsoft.VisualStudio.OLE.Interop Namespace