Share via


IBindingDisplay::GetCurrentDisplay Method

Returns the current binding display information.

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

Parameters

  • display
    [out, retval] A pointer to a safearray containing the binding display information.

Remarks

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

The caller must deallocate the returned SAFEARRAY memory by using SafeArrayDestroy.

Requirements

Platforms: See .NET Framework System Requirements.

Header: BindingDisplay.h

Library: BindingDisplay.idl

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

IBindingDisplay Interface

IBindingDisplay::InitializeForProcess Method