IMultiQI.QueryMultipleInterfaces(UInt32, MULTI_QI[]) 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 QueryMultipleInterfaces(System::UInt32 cMQIs, cli::array <Microsoft::VisualStudio::OLE::Interop::MULTI_QI> ^ pMQIs);
void QueryMultipleInterfaces(unsigned int cMQIs, std::Array <Microsoft::VisualStudio::OLE::Interop::MULTI_QI> const & pMQIs);
public void QueryMultipleInterfaces (uint cMQIs, Microsoft.VisualStudio.OLE.Interop.MULTI_QI[] pMQIs);
abstract member QueryMultipleInterfaces : uint32 * Microsoft.VisualStudio.OLE.Interop.MULTI_QI[] -> unit
Public Sub QueryMultipleInterfaces (cMQIs As UInteger, pMQIs As MULTI_QI())
Parameters
- cMQIs
- UInt32
- pMQIs
- MULTI_QI[]