JGR MSTS Editors and Tools
TaskDialogIndirect Method (pTaskConfig, pnButton, pnRadioButton, pfVerificationFlagChecked)
NamespacesJgr.GuiNativeMethodsTaskDialogIndirect(TaskDialogConfig%, Int32%, Int32%, Boolean%)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Gui.NativeMethods.TaskDialogIndirect(Jgr.Gui.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)"]

Declaration Syntax
C#Visual BasicVisual C++
public static int TaskDialogIndirect(
	ref TaskDialogConfig pTaskConfig,
	out int pnButton,
	out int pnRadioButton,
	out bool pfVerificationFlagChecked
)
Public Shared Function TaskDialogIndirect ( _
	ByRef pTaskConfig As TaskDialogConfig, _
	<OutAttribute> ByRef pnButton As Integer, _
	<OutAttribute> ByRef pnRadioButton As Integer, _
	<OutAttribute> ByRef pfVerificationFlagChecked As Boolean _
) As Integer
public:
static int TaskDialogIndirect(
	TaskDialogConfig% pTaskConfig, 
	[OutAttribute] int% pnButton, 
	[OutAttribute] int% pnRadioButton, 
	[OutAttribute] bool% pfVerificationFlagChecked
)
Parameters
pTaskConfig (TaskDialogConfig%)

[Missing <param name="pTaskConfig"/> documentation for "M:Jgr.Gui.NativeMethods.TaskDialogIndirect(Jgr.Gui.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)"]

pnButton (Int32%)

[Missing <param name="pnButton"/> documentation for "M:Jgr.Gui.NativeMethods.TaskDialogIndirect(Jgr.Gui.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)"]

pnRadioButton (Int32%)

[Missing <param name="pnRadioButton"/> documentation for "M:Jgr.Gui.NativeMethods.TaskDialogIndirect(Jgr.Gui.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)"]

pfVerificationFlagChecked (Boolean%)

[Missing <param name="pfVerificationFlagChecked"/> documentation for "M:Jgr.Gui.NativeMethods.TaskDialogIndirect(Jgr.Gui.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)"]

Return Value

[Missing <returns> documentation for "M:Jgr.Gui.NativeMethods.TaskDialogIndirect(Jgr.Gui.TaskDialogConfig@,System.Int32@,System.Int32@,System.Boolean@)"]

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682