IProgressDialogSetAnimation Method

Specifies an Audio-Video Interleaved (AVI) clip that runs in the dialog box.

Note: Note This method is not supported in Windows Vista or later versions.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void SetAnimation(
	[OptionalAttribute] IntPtr hInstAnimation,
	ushort idAnimation
)

Parameters

hInstAnimation  IntPtr  (Optional)
An instance handle to the module from which the AVI resource should be loaded.
idAnimation  UInt16
An AVI resource identifier.

To create this value, use the MAKEINTRESOURCE macro.

The control loads the AVI resource from the module specified by hInstAnimation.

See Also