PRB: OpenFile Does Not Work Well with SetFileAPIsToOEM (137201)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
This article was previously published under Q137201 SYMPTOMS
After you call SetFileApisToOEM, OpenFile is supposed to accept OEM
strings for file manipulation. However, giving OpenFile an extended
character produces an unexpected filename. For example, with char 190,
the filename contains a '+' instead of the expected character.
CAUSE
OpenFile converts the given OEM string internally to ANSI before
manipulating the filename or passing it down to the filesystem. This
conversion is not always successful, as not all OEM chars have equivalents
in the ANSI set.
RESOLUTION
Use Createfile to open the file. CreateFile does not convert OEM to ANSI,
so this problem does not occur.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 10/30/2003 |
---|
Keywords: | KB137201 |
---|
|