IMultiQI Interface
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.
Enables querying about multiple interfaces in a single call. Used to minimize the overhead of queries in remote procedure calls. For more information, see IMultiQI.
public interface class IMultiQI
public interface class IMultiQI
__interface IMultiQI
[System.Runtime.InteropServices.Guid("00000020-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IMultiQI
[System.Runtime.InteropServices.Guid("00000020-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IMultiQI
[<System.Runtime.InteropServices.Guid("00000020-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IMultiQI = interface
[<System.Runtime.InteropServices.Guid("00000020-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IMultiQI = interface
Public Interface IMultiQI
- Attributes
Methods
QueryMultipleInterfaces(UInt32, MULTI_QI[]) |