DPL32 Flag Values: |
|
Value |
Meaning |
DPL32_USE_ANSI |
Requests the IFS manager to assume that the path strings passed in are in Windows ANSI. |
DPL32_USE_OEM |
Requests the IFS manager to assume that the path strings passed in are in the current OEM codepage. |
DPL32_USE_UNICODE |
Requests IFS manager to assume everything is passed in unicode. By default, the IFS manager selects the codepage based on the current thread context. |
DPL32_8_3_MATCHING |
If this flag is set, the IFS manager will force 8.3 matching semantics on the pathname passed in even though it came in via an LFN API. The path can contain long names, but the filename itself cannot be a long name. This API is provided because the server may have to issue an LFN API call on a call that originated as a normal API at the client end if the sharename is long. However, a normal LFN API has LFN matching semantics and this poses compatibility issues for old-style apps. |