The IParseDisplayName interface of the com.ms.com package parses a displayable name string to convert it into a moniker for custom moniker implementations. Display name parsing is necessary when the end user inputs a string to identify a component.
Note The IParseDisplayName interface was added as of versions 2925 through 3167 of the Microsoft virtual machine.
public interface IParseDisplayName extends IUnknown { // Methods public IMoniker ParseDisplayName(IBindCtx pbc, String pszDisplayName, int[] pchEaten); } IUnknown | +--IParseDisplayName