internal static extern int SHShowManageLibraryUI(
     [In, MarshalAs(UnmanagedType.Interface)] IShellItem library,
     [In] IntPtr hwndOwner,
     [In] string title,
     [In] string instruction,
     [In] LIBRARYMANAGEDIALOGOPTIONS lmdOptions);
 public static extern HRESULT SHShowManageLibraryUI(IShellItem *psiLibrary, HWND hwndOwner, [NativeTypeName("LPCWSTR")] ushort *pszTitle, [NativeTypeName("LPCWSTR")] ushort *pszInstruction, LIBRARYMANAGEDIALOGOPTIONS lmdOptions);
Beispiel #3
0
 internal static extern HRESULT SHShowManageLibraryUI(
     [In][MarshalAs(UnmanagedType.Interface)] IShellItem psiLibrary,
     [In] IntPtr hwndOwner,
     [In] string pszTitle,
     [In] string pszInstruction,
     [In] LIBRARYMANAGEDIALOGOPTIONS lmdOptions);
Beispiel #4
0
 public static extern HRESULT SHShowManageLibraryUI([MarshalAs(UnmanagedType.Interface)] IShellItem psiLibrary, HandleRef hwndOwner, [In, MarshalAs(UnmanagedType.LPWStr)] string pszTitle, [In, MarshalAs(UnmanagedType.LPWStr)] string pszInstruction, LIBRARYMANAGEDIALOGOPTIONS lmdOptions);