Support imports by ordinal value.

Code based on pull-request #28.
This commit is contained in:
Joachim Bauch
2015-08-21 22:18:35 +02:00
parent e5d42852de
commit 6276f4426d
3 changed files with 50 additions and 16 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ HMEMORYMODULE MemoryLoadLibraryEx(const void *,
void *);
/**
* Get address of exported method.
* Get address of exported method. Supports loading both by name and by
* ordinal value.
*/
FARPROC MemoryGetProcAddress(HMEMORYMODULE, LPCSTR);