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 "SetRect" in [All]

user32

.
Summary
.

static extern bool SetRect(out RECT lprc, int xLeft, int yTop, int xRight,

.

Public Declare Function SetRect Lib "user32" Alias "SetRect" (ByVal lpRect As RECT, ByVal X1 As Integer, ByVal Y1 As Integer, ByVal X2 As Integer, ByVal Y2 As Integer) As Integer

.
Documentation
[SetRect] on MSDN

shlwapi

.

    void SetRect(ref RECT rect);

Enums

5: CDS
.

    SetRect = 536870912,

.

    SetRect = 536870912


 
Access PInvoke.net directly from VS: