IBindStatusCallback.OnDataAvailable Method

Definition

public:
 void OnDataAvailable(System::UInt32 grfBSCF, System::UInt32 dwSize, cli::array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> ^ pFormatetc, cli::array <Microsoft::VisualStudio::OLE::Interop::STGMEDIUM> ^ pStgmed);
void OnDataAvailable(unsigned int grfBSCF, unsigned int dwSize, std::Array <Microsoft::VisualStudio::OLE::Interop::FORMATETC> const & pFormatetc, std::Array <Microsoft::VisualStudio::OLE::Interop::STGMEDIUM> const & pStgmed);
public void OnDataAvailable (uint grfBSCF, uint dwSize, Microsoft.VisualStudio.OLE.Interop.FORMATETC[] pFormatetc, Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] pStgmed);
abstract member OnDataAvailable : uint32 * uint32 * Microsoft.VisualStudio.OLE.Interop.FORMATETC[] * Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[] -> unit
Public Sub OnDataAvailable (grfBSCF As UInteger, dwSize As UInteger, pFormatetc As FORMATETC(), pStgmed As STGMEDIUM())

Parameters

grfBSCF
UInt32
dwSize
UInt32
pFormatetc
FORMATETC[]
pStgmed
STGMEDIUM[]

Applies to