Desktop Functions: Smart Device Functions:
|
Search Results for "SetWindowPlacement" in [All]user32
/// Before calling SetWindowPlacement, set the length member of the WINDOWPLACEMENT structure to sizeof(WINDOWPLACEMENT). SetWindowPlacement fails if the length member is not set correctly.
static extern bool SetWindowPlacement(IntPtr hWnd,
Public Shared Function SetWindowPlacement( _
Public Declare Function SetWindowPlacement Lib "user32" _
static extern bool SetWindowPlacement(IntPtr hWnd, SetWindowPlacement(this.Handle, ref param); Structures
/// The length of the structure, in bytes. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof(WINDOWPLACEMENT).
/// GetWindowPlacement and SetWindowPlacement fail if this member is not set correctly. Use with GetWindowPlacement and SetWindowPlacement |