IIUnknownStrategy 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.
Important
This API is not CLS-compliant.
Defines the IUnknown interaction strategy.
public interface class IIUnknownStrategy
[System.CLSCompliant(false)]
public interface IIUnknownStrategy
[<System.CLSCompliant(false)>]
type IIUnknownStrategy = interface
Public Interface IIUnknownStrategy
- Attributes
Methods
CreateInstancePointer(Void*) |
Creates an instance pointer that represents the specified IUnknown instance. |
QueryInterface(Void*, Guid, Void*) |
Performs a QueryInterface() for an IID on the unmanaged instance. |
Release(Void*) |
Calls |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.