PRB: GetModuleHandle() and Long Path Causes UAELast reviewed: July 22, 1997Article ID: Q71148 |
3.00 3.10
WINDOWS
kbprg kbprb
The information in this article applies to:
SYMPTOMSWhen an application calls the GetModuleHandle() API and specifies a fully qualified path longer than 63 characters, an unrecoverable application error (UAE) occurs.
RESOLUTIONIn Microsoft Windows version 3.0, the GetModuleHandle() function uses a 64 character internal buffer. In Windows 3.1, this buffer has been extended to 128 characters. Specifying a longer string overflows the buffer and causes the UAE.
|
Additional reference words: 3.00 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |