pythoncom.CreateItemMoniker

PyIMoniker = CreateItemMoniker(delim, item )

Creates an item moniker that identifies an object within a containing object (typically a compound document).

Parameters

delim : string

String containing the delimiter (typically "!") used to separate this item's display name from the display name of its containing object.

item : string

String indicating the containing object's name for the object being identified.