From 5251d6c8d8fc48ddb1279294b259a39ae9eddab6 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Fri, 15 May 2015 08:50:20 -0700 Subject: Added comment to LMSTR --- lib/chef/win32/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.1