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
Download Visual Studio Add-In

Search Results for "DrawAnimatedRects" in [All]

Constants

.
Summary

user32

.
Summary
.

static extern bool DrawAnimatedRects(IntPtr hwnd, int idAni,

.

    static extern bool DrawAnimatedRects(System.IntPtr hwnd, int idAni,

.

        DrawAnimatedRects(form.Handle, IDANI_CAPTION, ref to, ref from);

.

        DrawAnimatedRects(form.Handle, IDANI_CAPTION, ref from, ref to);

.

    bool DrawAnimatedRects(int hwnd, int idAni, RECT^ lprcFrom, RECT^ lprcTo);

.

        DrawAnimatedRects(this->Handle.ToInt32(), IDANI_CAPTION, to, from);

.

        DrawAnimatedRects(this->Handle.ToInt32(), IDANI_CAPTION, from, to);

.
Documentation
[DrawAnimatedRects] on MSDN

 
Access PInvoke.net directly from VS: