PRB: OpenFile API returns ERROR_BUFFER_OVERFLOW ErrorID: Q137233
|
If the OpenFile API is passed a path that is longer than MAXPATHNAME,
OpenFile returns ERROR_BUFFER_OVERFLOW.
One of the parameters to OpenFile is a pointer to the pathname to open.
Another parameter is a pointer to an OFSTRUCT structure that will receive
information. OFSTRUCT contains a fixed size buffer, szPathName that holds
MAXPATHNAME bytes. A path longer than that is not valid.
Consider using CreateFile instead of OpenFile.
This behavior is by design.
Additional query words: 4.00 Windows 95 win95fest
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 3, 1999