Click or drag to resize
VoicepackUpdaterExecute Method (IntPtr)
Executes the voicepack update asynchroniously using the specified window as a parent window for the UAC dialog.

Namespace: Bevelstone.EditVoicepack.InstallerApi
Assembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntax
public void Execute(
	IntPtr parentWindowHandle
)

Parameters

parentWindowHandle
Type: SystemIntPtr
The handle of the parent window.
Remarks
If an UAC dialog is displayed it will be centered over the specified parent window. For a WPF based user interface, use the WindowInteropHelper.Handle property. If your user interface is based on WinForm use Window.Handle.
See Also