<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RegSetValue Question in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RegSetValue-Question/m-p/845227#M63196</link>
    <description>in using RegSetValueEx, the lpData (ptr to value-data) is quoted as a "buffer" I cannot figure this out. If the value-data is a string, then a null terminated string will do and the length is simply the length of the string.&lt;BR /&gt;&lt;BR /&gt;But what should one use for things like DWORD?&lt;BR /&gt;will lpData be loc(an integer(4))?&lt;BR /&gt;and will cbData =4 ?&lt;BR /&gt;&lt;BR /&gt;Thanks in adv,&lt;BR /&gt; TimH</description>
    <pubDate>Fri, 03 May 2002 05:05:53 GMT</pubDate>
    <dc:creator>rahzan</dc:creator>
    <dc:date>2002-05-03T05:05:53Z</dc:date>
    <item>
      <title>RegSetValue Question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RegSetValue-Question/m-p/845227#M63196</link>
      <description>in using RegSetValueEx, the lpData (ptr to value-data) is quoted as a "buffer" I cannot figure this out. If the value-data is a string, then a null terminated string will do and the length is simply the length of the string.&lt;BR /&gt;&lt;BR /&gt;But what should one use for things like DWORD?&lt;BR /&gt;will lpData be loc(an integer(4))?&lt;BR /&gt;and will cbData =4 ?&lt;BR /&gt;&lt;BR /&gt;Thanks in adv,&lt;BR /&gt; TimH</description>
      <pubDate>Fri, 03 May 2002 05:05:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RegSetValue-Question/m-p/845227#M63196</guid>
      <dc:creator>rahzan</dc:creator>
      <dc:date>2002-05-03T05:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: RegSetValue Question</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/RegSetValue-Question/m-p/845228#M63197</link>
      <description>That way will work but A more proper way maybe to declare&lt;BR /&gt;&lt;BR /&gt;integer(DWORD) ivalue&lt;BR /&gt;&lt;BR /&gt;then ivalue can be assigned or read from say a reg fragment in decimal or hex (Z format) form.&lt;BR /&gt;&lt;BR /&gt;then pass loc(ivalue) and valLength=4&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 06:40:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/RegSetValue-Question/m-p/845228#M63197</guid>
      <dc:creator>rahzan</dc:creator>
      <dc:date>2002-05-03T06:40:51Z</dc:date>
    </item>
  </channel>
</rss>

