powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / C++ [игнор отключен] [закрыт для гостей] / DLL
2 сообщений из 2, страница 1 из 1
DLL
    #33717337
KOs-ua
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Как из DLL-хи вызвать функцию. Я знаю порядковый номер функции.
...
Рейтинг: 0 / 0
DLL
    #33717373
Akh
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
KOs-uaКак из DLL-хи вызвать функцию. Я знаю порядковый номер функции.
автор
The GetProcAddress function returns the address of the specified exported dynamic-link library (DLL) function.

FARPROC GetProcAddress(

HMODULE hModule, // handle to DLL module
LPCSTR lpProcName // name of function
);


Parameters

hModule

Identifies the DLL module that contains the function. The LoadLibrary or GetModuleHandle function returns this handle.

lpProcName

Points to a null-terminated string containing the function name, or specifies the function's ordinal value. If this parameter is an ordinal value, it must be in the low-order word; the high-order word must be zero.

Указываешь номер в lpProcName
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / C++ [игнор отключен] [закрыт для гостей] / DLL
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]