| |
|
|
GetWindowPlacement liest Informationen encima el augenblicklichen Status y en voraussichtliche Fensterposition de, si se una Ventana en un determinado Status befindet.
P:L1: Handle la ventana, dessen Informationen uno obtener voluntad.
P:B2: WINDOWPLACEMENT Struktur oder 44 Byte große Bereichsvariable, el Informationen encima el Status y el voraussichtliche Fensterposition de, si se una Ventana en un determinado Status befindet aufnimmt.=> Byte 0-3 = Größe el Bereichsvariablen en Bytes Byte 4-7 = Kombinationsflag para el Fenstererzeugung y Minimierung: $1 = (WPF_SETMINPOSITION) Fensterposition para el Minimierung es festgelegt y es en Byte 12 a Byte 19. $2 = (WPF_RESTORETOMAXIMIZED) Ventana se en Erzeugung siempre maximiert. Byte 8-11 = Ein Statusflag.=> $1 = (SW_SHOWNORMAL) Normale Fenstergröße. $2 = (SW_SHOWMINIMIZED) Minimiert $3 = (SW_SHOWMAXIMIZED) Maximiert Byte 12-15 = X-Koordinate,si Ventana minimiert es. Byte 16-19 = Y-Koordinate,si Ventana minimiert es. Byte 20-23 = X-Koordinate,si Ventana maximiert es. Byte 24-27 = Y-Koordinate,si Ventana maximiert es. Byte 28-31 = X-Koordinate oben links, si Ventana en Normalzustand es. Byte 32-35 = Y-Koordinate oben links, si Ventana en Normalzustand es. Byte 36-39 = X-Koordinate unten rechts, si Ventana en Normalzustand es. Byte 40-43 = Y-Koordinate unten rechts, si Ventana en Normalzustand es.
|
|
|
| |
|
|