Share via


IChannelHook.ClientGetSize Method

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

Syntax

'Declaration
Sub ClientGetSize ( _
    ByRef uExtent As Guid, _
    ByRef riid As Guid, _
    <OutAttribute> ByRef pDataSize As UInteger _
)
void ClientGetSize(
    ref Guid uExtent,
    ref Guid riid,
    out uint pDataSize
)
void ClientGetSize(
    [InAttribute] Guid% uExtent, 
    [InAttribute] Guid% riid, 
    [OutAttribute] unsigned int% pDataSize
)
abstract ClientGetSize : 
        uExtent:Guid byref * 
        riid:Guid byref * 
        pDataSize:uint32 byref -> unit
function ClientGetSize(
    uExtent : Guid, 
    riid : Guid, 
    pDataSize : uint
)

Parameters

  • uExtent
    Type: Guid%
  • riid
    Type: Guid%
  • pDataSize
    Type: UInt32%

.NET Framework Security

See Also

Reference

IChannelHook Interface

Microsoft.VisualStudio.OLE.Interop Namespace