Вниз
Скачать: 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.01 c
15-1207741068
TRSteep
2008-04-09 15:37
2008.05.25
Синтаксический анализ


2-1209892032
filin2323
2008-05-04 13:07
2008.05.25
скрытие формы


15-1207731098
brother
2008-04-09 12:51
2008.05.25
Помогите определить кодировку ну или что там написано...


15-1208149156
Wowders
2008-04-14 08:59
2008.05.25
Приветствие от новичка на форуме


2-1209549182
Magos
2008-04-30 13:53
2008.05.25
Определение нажатой клавиши на клавиатуре




   Наверх