IBindStatusCallback::OnDataAvailable Method (UInt32, UInt32, array<FORMATETC>^, array<STGMEDIUM>^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void OnDataAvailable( unsigned int grfBSCF, unsigned int dwSize, array<FORMATETC>^ pFormatetc, array<STGMEDIUM>^ pStgmed )
Parameters
- grfBSCF
- Type: System::UInt32
- dwSize
- Type: System::UInt32
- pFormatetc
- Type: array<Microsoft.VisualStudio.OLE.Interop::FORMATETC>^
- pStgmed
- Type: array<Microsoft.VisualStudio.OLE.Interop::STGMEDIUM>^
Show: