Click or drag to resize

Ole32FuncCreateFileMoniker Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateFileMoniker(System.String,System.Runtime.InteropServices.ComTypes.IMoniker@)"]


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

Parameters

lpszPathName  String

[Missing <param name="lpszPathName"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateFileMoniker(System.String,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

ppmk  IMoniker

[Missing <param name="ppmk"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateFileMoniker(System.String,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.CreateFileMoniker(System.String,System.Runtime.InteropServices.ComTypes.IMoniker@)"]

See Also