pythoncom.MkParseDisplayName
PyIMoniker,int,PyIBindCtx = MkParseDisplayName(displayName, bindCtx
)
Parses a moniker display name into a moniker
object. The inverse of PyIMoniker::GetDisplayName
Parameters
displayName : string
The display name to parsebindCtx=None : PyIBindCtx
The bind context object to use.
Comments
If a binding context is not provided, then one will be created.
Any binding context created or passed in will be returned to the
caller.