IFileOperationSetProgressDialog Method
Specifies a dialog box used to display the progress of the operation.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
HResult SetProgressDialog(
Object popd
)
Function SetProgressDialog (
popd As Object
) As HResult
Dim instance As IFileOperation
Dim popd As Object
Dim returnValue As HResult
returnValue = instance.SetProgressDialog(popd)
HResult SetProgressDialog(
Object^ popd
)
abstract SetProgressDialog :
popd : Object -> HResult
No code example is currently available or this language may not be supported.
- popd Object
-
Pointer to an IOperationsProgressDialog object that represents the dialog box.
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.