Click or drag to resize

Ole32FuncCreateFileMoniker Method

Creates a file moniker.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int CreateFileMoniker(
	string lpszPathName,
	out IMoniker ppmk
)

Parameters

lpszPathName  String
The path represented by the file moniker.
ppmk  IMoniker
When this method returns, contains the created moniker.

Return Value

Int32
The HRESULT returned by COM.
See Also