You cannot, at least not directly.
. "call functionName", . . , C ++ - , . DLL, GetProcAddress, .
, .
- :
std:map<string, PVOID> functionMappings;
functionMappings["MyFunction"] = MyFunction;
PVOID function = functionMappings["MyFunction"];
__asm
{
push a;
call [function]
}
:
, , , PVOID. Windows x86/x64.
, - stdcall.
, , - ?