diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-05-15 08:50:20 -0700 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-05-15 08:51:25 -0700 |
commit | 5251d6c8d8fc48ddb1279294b259a39ae9eddab6 (patch) | |
tree | f06a6539d79eeb649167f2e94609fdb27b7f7cfc /lib/chef/win32 | |
parent | ca06992e55f7c485733ee9d421d3a42a41408d47 (diff) | |
download | chef-5251d6c8d8fc48ddb1279294b259a39ae9eddab6.tar.gz |
Added comment to LMSTR
Diffstat (limited to 'lib/chef/win32')
-rw-r--r-- | lib/chef/win32/api.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/api.rb b/lib/chef/win32/api.rb index f0bdf705d4..e9d273808a 100644 --- a/lib/chef/win32/api.rb +++ b/lib/chef/win32/api.rb @@ -117,7 +117,7 @@ class Chef host.typedef :uint32, :LCID # Locale identifier. For more information, see Locales. host.typedef :uint32, :LCTYPE # Locale information type. For a list, see Locale Information Constants. host.typedef :uint32, :LGRPID # Language group identifier. For a list, see EnumLanguageGroupLocales. - host.typedef :pointer, :LMSTR + host.typedef :pointer, :LMSTR # Pointer to null termiated string of unicode characters host.typedef :long, :LONG # 32-bit signed integer. The range is -2,147,483,648 through +...647 decimal. host.typedef :int32, :LONG32 # 32-bit signed integer. The range is -2,147,483,648 through +...647 decimal. host.typedef :int64, :LONG64 # 64-bit signed integer. The range is –9,223,372,036,854,775,808 through +...807 |