Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub ServerNotify ( _
ByRef uExtent As Guid, _
ByRef riid As Guid, _
cbDataSize As UInteger, _
pDataBuffer As IntPtr, _
lDataRep As UInteger _
)
'Usage
Dim instance As IChannelHook
Dim uExtent As Guid
Dim riid As Guid
Dim cbDataSize As UInteger
Dim pDataBuffer As IntPtr
Dim lDataRep As UInteger
instance.ServerNotify(uExtent, riid, cbDataSize, _
pDataBuffer, lDataRep)
void ServerNotify(
ref Guid uExtent,
ref Guid riid,
uint cbDataSize,
IntPtr pDataBuffer,
uint lDataRep
)
void ServerNotify(
[InAttribute] Guid% uExtent,
[InAttribute] Guid% riid,
[InAttribute] unsigned int cbDataSize,
[InAttribute] IntPtr pDataBuffer,
[InAttribute] unsigned int lDataRep
)
abstract ServerNotify :
uExtent:Guid byref *
riid:Guid byref *
cbDataSize:uint32 *
pDataBuffer:IntPtr *
lDataRep:uint32 -> unit
function ServerNotify(
uExtent : Guid,
riid : Guid,
cbDataSize : uint,
pDataBuffer : IntPtr,
lDataRep : uint
)
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.