Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2008.05.25;
Скачать: CL | DM;

Вниз

У кого под рукой есть дельфи   Найти похожие ветки 

 
@!!ex ©   (2008-04-09 21:43) [0]

Скажите плиз, как описывается там
GetWindowInfo
и
TWindowInfo


 
Eraser ©   (2008-04-09 21:49) [1]

function GetWindowInfo(hwnd: HWND; var pwi: TWindowInfo): BOOL; stdcall;

type
 { Window information snapshot }
 {$EXTERNALSYM PWindowInfo}
 PWindowInfo = ^TWindowInfo;
 {$EXTERNALSYM tagWINDOWINFO}
 tagWINDOWINFO = packed record
   cbSize: DWORD;
   rcWindow: TRect;
   rcClient: TRect;
   dwStyle: DWORD;
   dwExStyle: DWORD;
   dwOtherStuff: DWORD;
   cxWindowBorders: UINT;
   cyWindowBorders: UINT;
   atomWindowType: TAtom;
   wCreatorVersion: WORD;
 end;
 {$EXTERNALSYM TWindowInfo}
 TWindowInfo = tagWINDOWINFO;


 
@!!ex ©   (2008-04-09 21:51) [2]

> function GetWindowInfo(hwnd: HWND; var pwi: TWindowInfo)
> : BOOL; stdcall;

Вот этого я не понял... А откуда же само содержимое функции берется?


 
oxffff ©   (2008-04-09 21:54) [3]

function GetWindowInfo; external user32 name "GetWindowInfo";


 
@!!ex ©   (2008-04-09 21:55) [4]

> [1] Eraser ©   (09.04.08 21:49)


> [3] oxffff ©   (09.04.08 21:54)

Спасибо!



Страницы: 1 вся ветка

Текущий архив: 2008.05.25;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.024 c
15-1207919957
IvanBs
2008-04-11 17:19
2008.05.25
SSL


15-1207649909
No_Dead
2008-04-08 14:18
2008.05.25
Мы стали слабее?%>


15-1208083430
homm
2008-04-13 14:43
2008.05.25
License information for TMSComm not found.


15-1208200975
Petr V. Abramov
2008-04-14 23:22
2008.05.25
Процедура разбирательства в мировом суде


2-1209029866
deras
2008-04-24 13:37
2008.05.25
Как добавить элемент в DBLookupComboBox?