1 |
5.595357 |
BP_ANIMATIONSTYLE::BPAS_SINE |
Int32 |
3 |
0x00000003 |
3 |
|
|
System.Int32 |
BPAS_SINE // Sinusoid fade animation
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\uxtheme.h(1794,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- If (NTDDI_VERSION >= NTDDI_VISTA)
|
2 |
2.769561 |
BP_ANIMATIONSTYLE |
Enum |
|
|
|
|
|
|
typedef enum _BP_ANIMATIONSTYLE
{
BPAS_NONE, // No animation
BPAS_LINEAR, // Linear fade animation
BPAS_CUBIC, // Cubic fade animation
BPAS_SINE // Sinusoid fade animation
} BP_ANIMATIONSTYLE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\uxtheme.h(1789,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- If (NTDDI_VERSION >= NTDDI_VISTA)
|