Share via


IBindingDisplay::InitializeForProcess Method

Initializes the IBindingDisplay object.

HRESULT InitializeForProcess (
    [in] ULONG32   pid
);

Parameters

  • pid
    [in] The process identifier.

Remarks

The debugger calls the InitializeForProcess method at creation time to initialize the binding display. InitializeForProcess must be called at creation time before any other method on IBindingDisplay is called.

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