ReactOS 0.4.15-dev-7842-g558ab78
ResizeEntry Struct Reference

structure to assign RESIZE_FLAGS to dialogs control More...

#include <window.h>

Collaboration diagram for ResizeEntry:

Public Member Functions

 ResizeEntry (UINT id, int flags)
 
 ResizeEntry (HWND hwnd, int flags)
 

Public Attributes

UINT _id
 
int _flags
 

Detailed Description

structure to assign RESIZE_FLAGS to dialogs control

Definition at line 471 of file window.h.

Constructor & Destructor Documentation

◆ ResizeEntry() [1/2]

ResizeEntry::ResizeEntry ( UINT  id,
int  flags 
)
inline

Definition at line 473 of file window.h.

474 : _id(id), _flags(flags) {}
GLbitfield flags
Definition: glext.h:7161
int _flags
Definition: window.h:480
UINT _id
Definition: window.h:479

◆ ResizeEntry() [2/2]

ResizeEntry::ResizeEntry ( HWND  hwnd,
int  flags 
)
inline

Definition at line 476 of file window.h.

_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
int WINAPI GetDlgCtrlID(_In_ HWND)

Member Data Documentation

◆ _flags

int ResizeEntry::_flags

Definition at line 480 of file window.h.

◆ _id

UINT ResizeEntry::_id

Definition at line 479 of file window.h.


The documentation for this struct was generated from the following file: