Вниз
Скачать: CL | DM;

Можно ли зная Handle окна узнать путь к программе   Найти похожие ветки 

 
Lamer86 ©   (2002-07-04 09:24) [0]

Например зная handle Notepad"а получить путь "C:\Windows\Notepad.exe"


 
Игорь Шевченко ©   (2002-07-04 09:25) [1]

GetWindowModuleFileName


 
Lamer86 ©   (2002-07-04 09:52) [2]

Не могли бы Вы мне как полному ламеру написать с какими параметрами использовать эту функцию (в Help"е Delphi этого нет)


 
Игорь Шевченко ©   (2002-07-04 10:02) [3]

GetWindowModuleFileName Function

--------------------------------------------------------------------------------

The GetWindowModuleFileName function retrieves the full path and file name of the module associated with the specified window handle.

Syntax

UINT GetWindowModuleFileName( HWND hwnd,
LPTSTR lpszFileName,
UINT cchFileNameMax
);
Parameters

hwnd
[in] Handle to the window whose module file name will be retrieved.
lpszFileName
[out] Pointer to a buffer that receives the path and file name.
cchFileNameMax
[in] Specifies the maximum number of TCHAR that can be copied into the lpszFileName buffer.
Return Value

The return value is the total number of TCHAR copied into the buffer.




Function Information

Header Declared in Winuser.h, include Windows.h
Import library User32.lib
Minimum operating systems Included in Windows 95, Windows NT 4.0 SP3

See Also

Windows Overview



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

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



Память: 0.45 MB
Время: 0.014 c
6-14196
Белый Орел
2002-06-26 15:07
2002.09.05
Постояное соединение с сервером


1-14065
Lamer86
2002-08-26 20:12
2002.09.05
Иконки в exe шниках


3-13951
devol
2002-08-14 11:20
2002.09.05
Проблема с Paradox и TQuery


14-14259
ekon
2002-08-11 04:16
2002.09.05
Delphi, потом C++ Builder, теперь требуют писать на Visual C+++


1-13994
Rooter
2002-08-25 17:56
2002.09.05
ShellExecute




   Наверх