Share via


IBindingDisplay::GetCurrentDisplay Method

Returns the current binding display information.

HRESULT GetCurrentDisplay (
    [out, retval] SAFEARRAY(struct BindingDisplayTabControl) *display
);

Remarks

The InitializeForProcess method must have previously succeeded, and the program must be stopped by a debugger.

The caller must deallocate the returned SAFEARRAY memory using SafeArrayDestroy.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: BindingDisplay.h

Library: BindingDisplay.idl

.NET Framework Version: 2.0

See Also

Reference

IBindingDisplay Interface
IBindingDisplay::InitializeForProcess Method