DT_PATH_ELLIPSIS top-level constant

int const DT_PATH_ELLIPSIS

For displayed text, replaces characters in the middle of the string with ellipses so that the result fits in the specified rectangle. If the string contains backslash (\) characters, DT_PATH_ELLIPSIS preserves as much as possible of the text after the last backslash.

Implementation

const DT_PATH_ELLIPSIS = 0x00004000;