BP_ANIMATIONPARAMS structure (uxtheme.h)

Defines animation parameters for the BP_PAINTPARAMS structure used by BeginBufferedPaint.

Syntax

typedef struct _BP_ANIMATIONPARAMS {
  DWORD             cbSize;
  DWORD             dwFlags;
  BP_ANIMATIONSTYLE style;
  DWORD             dwDuration;
} BP_ANIMATIONPARAMS, *PBP_ANIMATIONPARAMS;

Members

cbSize

Type: DWORD

The size, in bytes, of this structure.

dwFlags

Type: DWORD

Reserved.

style

Type: BP_ANIMATIONSTYLE

Animation style.

dwDuration

Type: DWORD

Length of the animation, in milliseconds.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header uxtheme.h