ReactOS 0.4.16-dev-13-ge2fc578
|
#include <shimgvw.h>
Public Attributes | |
BOOL | Maximized |
INT | X |
INT | Y |
INT | Width |
INT | Height |
INT SHIMGVW_SETTINGS::Height |
Definition at line 40 of file shimgvw.h.
Referenced by ImageView_Main(), ImageView_ResetSettings(), and Preview_OnMoveSize().
BOOL SHIMGVW_SETTINGS::Maximized |
Definition at line 36 of file shimgvw.h.
Referenced by ImageView_Main(), ImageView_ResetSettings(), and Preview_OnMoveSize().
INT SHIMGVW_SETTINGS::Width |
Definition at line 39 of file shimgvw.h.
Referenced by ImageView_Main(), ImageView_ResetSettings(), and Preview_OnMoveSize().
INT SHIMGVW_SETTINGS::X |
Definition at line 37 of file shimgvw.h.
Referenced by ImageView_Main(), ImageView_ResetSettings(), and Preview_OnMoveSize().
INT SHIMGVW_SETTINGS::Y |
Definition at line 38 of file shimgvw.h.
Referenced by ImageView_Main(), ImageView_ResetSettings(), and Preview_OnMoveSize().