IOleItemContainerParseDisplayName Method |
Parses a display name into a moniker.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint ParseDisplayName(
IBindCtx pbc,
string pszDisplayName,
out int pchEaten,
out IMoniker ppmkOut
)
Parameters
- pbc IBindCtx
- The bind context used during parsing.
- pszDisplayName String
- The display name to parse.
- pchEaten Int32
- When this method returns, contains the number of parsed characters.
- ppmkOut IMoniker
- When this method returns, contains the resulting moniker.
Return Value
Int32The HRESULT returned by the COM method.
See Also