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.
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 SetAnimation(
[OptionalAttribute] IntPtr hInstAnimation,
ushort idAnimation
)
Sub SetAnimation (
<OptionalAttribute> hInstAnimation As IntPtr,
idAnimation As UShort
)
Dim instance As IProgressDialog
Dim hInstAnimation As IntPtr
Dim idAnimation As UShort
instance.SetAnimation(hInstAnimation,
idAnimation)
void SetAnimation(
[OptionalAttribute] IntPtr hInstAnimation,
unsigned short idAnimation
)
abstract SetAnimation :
[<OptionalAttribute>] hInstAnimation : IntPtr *
idAnimation : uint16 -> unit
No code example is currently available or this language may not be supported.
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.