Click or drag to resize

IOleItemContainerParseDisplayName Method

Parses a display name into a moniker.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int 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

Int32
The HRESULT returned by the COM method.
See Also