IProgressDialogStartProgressDialog Method
Starts the progress dialog box.
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.
void StartProgressDialog(
[OptionalAttribute] IntPtr hwndParent,
[OptionalAttribute] Object punkEnableModless,
ProgressDialogFlags flags,
IntPtr pvreserved = default
)
Sub StartProgressDialog (
<OptionalAttribute> hwndParent As IntPtr,
<OptionalAttribute> punkEnableModless As Object,
flags As ProgressDialogFlags,
Optional pvreserved As IntPtr = Nothing
)
Dim instance As IProgressDialog
Dim hwndParent As IntPtr
Dim punkEnableModless As Object
Dim flags As ProgressDialogFlags
Dim pvreserved As IntPtr
instance.StartProgressDialog(hwndParent,
punkEnableModless, flags, pvreserved)
void StartProgressDialog(
[OptionalAttribute] IntPtr hwndParent,
[OptionalAttribute] Object^ punkEnableModless,
ProgressDialogFlags flags,
IntPtr pvreserved = IntPtr()
)
abstract StartProgressDialog :
[<OptionalAttribute>] hwndParent : IntPtr *
[<OptionalAttribute>] punkEnableModless : Object *
flags : ProgressDialogFlags *
?pvreserved : IntPtr
(* Defaults:
let _pvreserved = defaultArg pvreserved new IntPtr()
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- hwndParent IntPtr (Optional)
-
A handle to the dialog box's parent window.
- punkEnableModless Object (Optional)
-
Reserved. Set to null.
- flags ProgressDialogFlags
-
Flags that control the operation of the progress dialog box.
- pvreserved IntPtr (Optional)
-
Reserved. Set to Zero