IChannelHook.ServerNotify Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub ServerNotify ( _
ByRef uExtent As Guid, _
ByRef riid As Guid, _
cbDataSize As UInteger, _
pDataBuffer As IntPtr, _
lDataRep As UInteger _
)
void ServerNotify(
ref Guid uExtent,
ref Guid riid,
uint cbDataSize,
IntPtr pDataBuffer,
uint lDataRep
)
Parameters
- uExtent
Type: System.Guid%
- riid
Type: System.Guid%
- cbDataSize
Type: System.UInt32
- pDataBuffer
Type: System.IntPtr
- lDataRep
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.