The IParseDisplayName interface parses display names for custom moniker implementations.
When to Implement
Monikers that support their own namespace with custom requirements for parsing names implement this interface.
When to Use
MkParseDisplayName[Ex] calls this interface to parse display names for objects that provide custom moniker implementations.
Methods in Vtable Order
IUnknown Methods Description
QueryInterface
Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.
IParseDisplayName Method Description
ParseDisplayName
Parses a display name returning a moniker corresponding to it.