Windows.Win32.UI_Shell_IFileSaveDialog_Extensions.g.cs (22)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetFileTypes(uint, winmdroot.UI.Shell.Common.COMDLG_FILTERSPEC*)"/>
24 internal static unsafe winmdroot.Foundation.HRESULT SetFileTypes(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, ReadOnlySpan<winmdroot.UI.Shell.Common.COMDLG_FILTERSPEC> rgFilterSpec)
33 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.GetFileTypeIndex(uint*)"/>
34 internal static unsafe winmdroot.Foundation.HRESULT GetFileTypeIndex(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, out uint piFileType)
43 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.Advise(winmdroot.UI.Shell.IFileDialogEvents*, uint*)"/>
44 internal static unsafe winmdroot.Foundation.HRESULT Advise(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, winmdroot.UI.Shell.IFileDialogEvents* pfde, out uint pdwCookie)
53 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.GetOptions(winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS*)"/>
54 internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, out winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS pfos)
63 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetFileName(winmdroot.Foundation.PCWSTR)"/>
64 internal static unsafe winmdroot.Foundation.HRESULT SetFileName(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, string pszName)
73 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.GetFileName(winmdroot.Foundation.PWSTR*)"/>
74 internal static unsafe winmdroot.Foundation.HRESULT GetFileName(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, out winmdroot.Foundation.PWSTR pszName)
83 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetTitle(winmdroot.Foundation.PCWSTR)"/>
84 internal static unsafe winmdroot.Foundation.HRESULT SetTitle(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, string pszTitle)
93 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetOkButtonLabel(winmdroot.Foundation.PCWSTR)"/>
94 internal static unsafe winmdroot.Foundation.HRESULT SetOkButtonLabel(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, string pszText)
103 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetFileNameLabel(winmdroot.Foundation.PCWSTR)"/>
104 internal static unsafe winmdroot.Foundation.HRESULT SetFileNameLabel(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, string pszLabel)
113 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetDefaultExtension(winmdroot.Foundation.PCWSTR)"/>
114 internal static unsafe winmdroot.Foundation.HRESULT SetDefaultExtension(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, string pszDefaultExtension)
123 /// <inheritdoc cref="winmdroot.UI.Shell.IFileSaveDialog.Interface.SetClientGuid(global::System.Guid*)"/>
124 internal static unsafe winmdroot.Foundation.HRESULT SetClientGuid(this winmdroot.UI.Shell.IFileSaveDialog.Interface @this, in global::System.Guid guid)