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

IBindingDisplay::GetCurrentDisplay Method

Returns the current binding display information.

IBindingDisplay::InitializeForProcess Method

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

See Also

Other Resources

Diagnostics Symbol Store Interfaces