IBindingDisplay Interface
Provides methods that display current binding information about the running application.
interface IBindingDisplay : IUnknown
{
HRESULT InitializeForProcess([in] ULONG32 pid);
HRESULT GetCurrentDisplay([out, retval]
SAFEARRAY(struct BindingDisplayTabControl) *display);
};
Methods
Method |
Description |
---|---|
Returns the current binding display information. |
|
Initializes the IBindingDisplay object. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: BindingDisplay.h
Library: BindingDisplay.idl
.NET Framework Version: 2.0