Desktop Functions: Smart Device Functions:
|
Search Results for "IObjectWithSite" in [All]Interfaces1: IDeskBand
Implements IObjectWithSite
Public Overridable Sub SetSite(pUnkSite As [Object]) Implements IObjectWithSite.SetSite
Public Overridable Sub GetSite(ByRef riid As Guid, ByRef ppvSite As [Object]) Implements IObjectWithSite.GetSite Public Interface IObjectWithSite 2: IDeskBand2
Implements IObjectWithSite
Public Overridable Sub SetSite(pUnkSite As [Object]) Implements IObjectWithSite.SetSite
Public Overridable Sub GetSite(ByRef riid As Guid, ByRef ppvSite As [Object]) Implements IObjectWithSite.GetSite Public Interface IObjectWithSite
/// The IObjectWithSite Interface provides simple objects with a lightweight siting mechanism.
/// which an object becomes aware of its site. IObjectWithSite provides a siting mechanism.
/// <see cref="IObjectWithSite"/>, a container can pass the IUnknown pointer of its site to the
public interface IObjectWithSite
/// <see cref="IObjectWithSite"/> interface is unnecessary.
Interface IObjectWithSite |