DOC: GetProcAddress Does Not Support Ordinal SymbolsLast reviewed: February 6, 1997Article ID: Q149515 |
The information in this article applies to:
SUMMARYGetProcAddress() returns NULL when passing a valid ordinal value for a DLL's exported function. The Macintosh Windows Portability Layer implementation of GetProcAddress() does not support obtaining exported function addresses by the function's ordinal value.
MORE INFORMATIONDLLs on the Macintosh are implemented using Code Fragment Libraries (CFM) on Power Macintoshes. Apple's implementation of CFMs only allows symbols to be exported by name. Therefore, you must use the exported function name to obtain the function address.
|
KBCategory: kbprg kbdocerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |