Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.013 c
2-1209032542
Int23
2008-04-24 14:22
2008.05.25
Как убрать расшареное имя с папки


15-1207803349
@!!ex
2008-04-10 08:55
2008.05.25
Комп пикает спикером, мышка зависает.


15-1207823137
Kolan
2008-04-10 14:25
2008.05.25
Интересно, а можно посмотреть Compiler Magic?


15-1207986208
legandr
2008-04-12 11:43
2008.05.25
Перевернулась система координат в AutoCAD


2-1209724914
byWord
2008-05-02 14:41
2008.05.25
Таблица в Word




   Наверх