IBindStatusCallback.OnDataAvailable Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub OnDataAvailable ( _
grfBSCF As UInteger, _
dwSize As UInteger, _
pFormatetc As FORMATETC(), _
pStgmed As STGMEDIUM() _
)
void OnDataAvailable(
uint grfBSCF,
uint dwSize,
FORMATETC[] pFormatetc,
STGMEDIUM[] pStgmed
)
void OnDataAvailable(
[InAttribute] unsigned int grfBSCF,
[InAttribute] unsigned int dwSize,
[InAttribute] array<FORMATETC>^ pFormatetc,
[InAttribute] array<STGMEDIUM>^ pStgmed
)
abstract OnDataAvailable :
grfBSCF:uint32 *
dwSize:uint32 *
pFormatetc:FORMATETC[] *
pStgmed:STGMEDIUM[] -> unit
function OnDataAvailable(
grfBSCF : uint,
dwSize : uint,
pFormatetc : FORMATETC[],
pStgmed : STGMEDIUM[]
)
Parameters
- grfBSCF
Type: UInt32
- dwSize
Type: UInt32
- pFormatetc
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
- pStgmed
Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
.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.