What does a leading "\??\" on a windows path mean?

Posted by kdt on Stack Overflow See other posts from Stack Overflow or by kdt
Published on 2010-04-15T09:01:25Z Indexed on 2010/04/15 9:03 UTC
Read the original article Hit count: 191

Filed under:
|
|

When using GetModuleFileNameEx to query the image path of a running process, some processes have an image path that starts with "\??\". For example, while most processes start "C:\WINDOWS", some processes start "\??\C:\WINDOWS".

What does the leading \??\ mean on a windows path?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about path