pbx wrote:
>
> hello, there seems to be something wrong with this,
> target always seems to be prepended with some data like ?\\? before the
> expected string (e.g. C:\Users\...) starts.
The '\??\' prefix is normal. That's the designator for a raw path, and is
required when creating a reparse point.
> the printname_len is accurate in that is represents the raw (byte) length
> of
> the string excluding this starting ?\\?
> is there an offset bug here?
Note the printname_offset extracted from the struct.
Roger
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32