IBindStatusCallback.OnDataAvailable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]