开发者

How to expand REG_EXPAND_SZ in Windows Mobile?

开发者 https://www.devze.com 2022-12-27 12:23 出处:网络
I saw ExpandEnvironmentStrings i开发者_如何学编程s used here for Desktop. How do I do it in Windows Mobile? The data type looks valid in Windows MobileIt is interesting that the documentation says REG

I saw ExpandEnvironmentStrings i开发者_如何学编程s used here for Desktop. How do I do it in Windows Mobile? The data type looks valid in Windows Mobile


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号