Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "ANIMATIONINFO" in [All]

user32

.

static extern bool SystemParametersInfo(SPI uiAction, uint uiParam, ref ANIMATIONINFO pvParam, SPIF fWinIni);

.

SPI, SPIF, ANIMATIONINFO

.

When using the SPI_GETANIMATION or SPI_SETANIMATION actions, the uiParam value must be set to (System.UInt32)Marshal.SizeOf(typeof(ANIMATIONINFO)).

Structures

.
Summary
ANIMATIONINFO - Used with SystemParametersInfo for SPI_GETANIMATION or SPI_SETANIMATION
.

    /// ANIMATIONINFO specifies animation effects associated with user actions.

.

    /// The uiParam value must be set to (System.UInt32)Marshal.SizeOf(typeof(ANIMATIONINFO)) when using this structure.

.

    public struct ANIMATIONINFO

.

      public ANIMATIONINFO(System.Int32 iMinAnimate)

.

        this.cbSize = (System.UInt32)Marshal.SizeOf(typeof(ANIMATIONINFO));

.

      /// Always must be set to (System.UInt32)Marshal.SizeOf(typeof(ANIMATIONINFO)).

.

Structure ANIMATIONINFO

.
Documentation
[ANIMATIONINFO] on MSDN

Enums

3: SPI
.

      /// Retrieves the animation effects associated with user actions. The pvParam parameter must point to an ANIMATIONINFO structure

.

      /// that receives the information. Set the cbSize member of this structure and the uiParam parameter to sizeof(ANIMATIONINFO).

.

      /// Sets the animation effects associated with user actions. The pvParam parameter must point to an ANIMATIONINFO structure

.

      /// that contains the new parameters. Set the cbSize member of this structure and the uiParam parameter to sizeof(ANIMATIONINFO).


 
Access PInvoke.net directly from VS: