Updated docs

pull/161/head
dahall 2020-07-15 18:59:19 -06:00
parent 361328d130
commit 3403f4b0e7
1 changed files with 5 additions and 4 deletions

View File

@ -210,10 +210,11 @@ namespace Vanara.PInvoke
/// Progress messages on the same thread as the file operation might not be sent at all.
/// </para>
/// <para>
/// Once <c>IOperationsProgressDialog::StartProgressDialog</c> is called, that instance of the <c>CLSID_ProgressDialog</c> object
/// cannot be accessed by IProgressDialog, IActionProgressDialog, or IActionProgress. Although QueryInterface can be used to
/// access these interfaces, most of their methods cannot be invoked. IOperationsProgressDialog is the interface used to display
/// the new progress dialog for the Windows Vista and later operations engine.
/// Once <c>IOperationsProgressDialog::StartProgressDialog</c> is called, that instance of the <c>CLSID_ProgressDialog</c>
/// object cannot be accessed by <see cref="IProgressDialog"/>, <see cref="IActionProgressDialog"/>, or
/// <see cref="IActionProgress"/>. Although QueryInterface can be used to access these interfaces, most of their methods cannot be
/// invoked. IOperationsProgressDialog is the interface used to display the new progress dialog for the Windows Vista and later
/// operations engine.
/// </para>
/// </remarks>
void StartProgressDialog([In] HWND hwndOwner, [In] OPPROGDLGF flags);