<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>CREATEUUID</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">CREATEUUID</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
UUID (Universally Unique Identifier) 쐬܂BUUID ́AŗL 128 rbgŕ\ 35 ̕łB
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
ColdFusion ` UUIDBxxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx Ƃ`ŁAx  16 i (0 ` 9 ܂ A ` F) ł (O[v 8-4-4-16 ł)B 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
̑̊֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>CreateUUID()
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">gp@</span>
<p>
ColdFusion  UUID ASYł́AŗL time-of-day lAIEEE 802  Host IDAшÍ쐬㋭͂ȗWFl[^gpāAIEEE RFC  &quot;UUIDs and GUIDs&quot; ̃htgŎꂽɏ UUID 𐶐܂B
</p>

<p>
ColdFusion  UUID `͎̂ƂłB 
</p>

<p>
xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx (8-4-4-16)
</p>

<p>
́Â悤 Microsoft/DCE Wɂ͏Ă܂B
</p>

<p>
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12) 
</p>

<p>
UUID eXgc[у[U[`֐ CreateGUID ́AWeb TCg http://www.cflib.org</a> \łBCreateGUID ́ACFML UUID  UUID/Microsoft GUID `ɕϊ֐łB 
</p>

<p>
̊֐́AUɂĉiIȎʎq𐶐邽߂Ɏgp܂B̊֐ł́Am߂邽߁AŗL̒lԂ܂BVXe܂͑̂ǂ̃VXeĂяoꂽꍇłAl͕Ԃ܂B
</p>

<p>
UUID ́ADCE/RPCACOM+ACORBA Ȃǂ̕U^Rs[eBOt[[NŎgp܂BColdFusion ł́Af[^̋Lf[^x[XɕۊǂAvP[Vɑ΂āAUUID vC}e[uL[ƂĎgpł܂B̂悤ȏꍇɐl̃L[gpƁAe[u}[WƂɃvC}L[̐ᔽN\܂BUUID gp邱ƂɂāÄᔽNȂ悤ɂł܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span><pre>&lt;h3&gt;CreateUUID ̗&lt;/h3&gt;
&lt;p&gt;̗ł́ACreateUUID gpāAtH[𑗐MƂ UUID 𐶐܂B 
tH[͉łMł܂B&lt;/p&gt;
&lt;!--- tH[Mꂽǂ`FbNAMĂ UUID 쐬 ---&gt;
&lt;cfif IsDefined(&quot;Form.CreateUUID&quot;) Is True&gt;
   &lt;hr&gt;
   &lt;p&gt;V UUID:&lt;cfoutput&gt;#CreateUUID()#&lt;/cfoutput&gt;&lt;/p&gt;
&lt;/cfif&gt;
&lt;form action = &quot;createuuid.cfm&quot;&gt;
&lt;p&gt;&lt;input type = &quot;Submit&quot; name = &quot;CreateUUID&quot;&gt; &lt;/p&gt;
&lt;/form&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>

  </body>
</html>
