I saw ExpandEnvironmentStrings is used here for Desktop. How do I do it in Windows Mobile? The data type looks valid in Windows Mobile
I saw ExpandEnvironmentStrings is used here for Desktop. How do I do it in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is interesting that the documentation says REG_EXPAND_SZ is available for Windows CE because it doesn’t make any sense. Windows CE (and therefore windows mobile) doesn’t have environment variables, so there is no process environment to expand the values from, which is probably why ExpandEnvironmentStrings doesn’t exist. The data type is probably valid just because the registry doesn’t care very much about data types – apart from some light checking the registry just stores blobs of bytes and the type is not important to it.