Ole32FuncCreateFileMoniker Method |
Creates a file moniker.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The HRESULT returned by COM.
See Also