Справочник функций

Ваш аккаунт

Войти через: 
Забыли пароль?
Регистрация
Информацию о новых материалах можно получать и без регистрации:

Почтовая рассылка

Подписчиков: -1
Последний выпуск: 19.06.2015

Путь к приложению (MFC)

4.7K
24 июля 2003 года
Rig
4 / / 24.07.2003
Каким образом из приложения можно узнать полный путь к файлу, его запустившему?
831
28 июля 2003 года
S_T
117 / / 23.10.2002
Цитата:
Originally posted by Rig
Каким образом из приложения можно узнать полный путь к файлу, его запустившему?


Посмотри в MSDN
DWORD GetModuleFileName(
HMODULE hModule, // handle to module to find filename for
LPTSTR lpFilename, // pointer to buffer to receive module path
DWORD nSize // size of buffer, in characters
);

Parameters
hModule
Handle to the module whose executable filename is being requested. If this parameter is NULL, GetModuleFileName returns the path for the file used to create the calling process.
lpFilename
Pointer to a buffer that is filled in with the path and filename of the given module.
nSize
Specifies the length, in characters, of the lpFilename buffer. If the length of the path and filename exceeds this limit, the string is truncated.

4.7K
28 июля 2003 года
Rig
4 / / 24.07.2003
Спасибо.
Реклама на сайте | Обмен ссылками | Ссылки | Экспорт (RSS) | Контакты
Добавить статью | Добавить исходник | Добавить хостинг-провайдера | Добавить сайт в каталог