| |
|
|
GetWindowPlacement liest Informationen sur den augenblicklichen Status et sur qui voraussichtliche Fensterposition aus, si sich un la fenêtre dans einem certain Status est.
P:L1: Handle des Fensters, dessen Informationen on conservé veux.
P:B2: WINDOWPLACEMENT Struktur ou bien 44 Byte grand Bereichsvariable, qui Informationen sur den Status et qui voraussichtliche Fensterposition aus, si sich un la fenêtre dans einem certain Status est aufnimmt.=> Byte 0-3 = Taille qui Bereichsvariablen dans Bytes Byte 4-7 = Kombinationsflag pour qui Fenstererzeugung et Minimierung: $1 = (WPF_SETMINPOSITION) Fensterposition pour qui Minimierung ist festgelegt et steht dans Byte 12 jusqu'à Byte 19. $2 = (WPF_RESTORETOMAXIMIZED) la fenêtre wird chez qui Erzeugung toujours maximiert. Byte 8-11 = un Statusflag.=> $1 = (SW_SHOWNORMAL) Normale Fenstergröße. $2 = (SW_SHOWMINIMIZED) Minimiert $3 = (SW_SHOWMAXIMIZED) Maximiert Byte 12-15 = X-Koordinate,si la fenêtre minimiert ist. Byte 16-19 = Y-Koordinate,si la fenêtre minimiert ist. Byte 20-23 = X-Koordinate,si la fenêtre maximiert ist. Byte 24-27 = Y-Koordinate,si la fenêtre maximiert ist. Byte 28-31 = X-Koordinate dessus à gauche, si la fenêtre dans Normalzustand ist. Byte 32-35 = Y-Koordinate dessus à gauche, si la fenêtre dans Normalzustand ist. Byte 36-39 = X-Koordinate unten à droite, si la fenêtre dans Normalzustand ist. Byte 40-43 = Y-Koordinate unten à droite, si la fenêtre dans Normalzustand ist.
|
|
|
| |
|
|