UCOMIMoniker.Reduce(UCOMIBindCtx, Int32, UCOMIMoniker, UCOMIMoniker) Method

Definition

Returns a reduced moniker which is another moniker that refers to the same object as this moniker but can be bound with equal or greater efficiency.

C#
public void Reduce(System.Runtime.InteropServices.UCOMIBindCtx pbc, int dwReduceHowFar, ref System.Runtime.InteropServices.UCOMIMoniker ppmkToLeft, out System.Runtime.InteropServices.UCOMIMoniker ppmkReduced);

Parameters

pbc
UCOMIBindCtx

A reference to the IBindCtx interface on the bind context to be used in this binding operation.

dwReduceHowFar
Int32

Specifies how far this moniker should be reduced.

ppmkToLeft
UCOMIMoniker

A reference to the moniker to the left of this moniker.

ppmkReduced
UCOMIMoniker

On successful return, a reference to the reduced form of this moniker, which can be null if an error occurs or if this moniker is reduced to nothing.

Remarks

For more information about IMoniker::Reduce, see the MSDN Library.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1