<div class="content" name="CMachineId" uuid="240143d3-366d-4530-8828-1e82e98b68d7"><p>The CMachineId structure is used to represent a <a href="87473ab8-f8a9-468d-8210-cd1d1522de42#gt_e15432dc-30dd-4e3d-8757-19b639769c95" data-linktype="relative-path">MachineID</a>, which is a
unique identifier that represents the identity of a computer.</p><dl>
<dd>
<div><pre> typedef struct CMachineId {
   char _szMachine[16];
 } CMachineId;
</pre></div>
</dd></dl><p><b>_szMachine:</b>  This member MUST be a <a href="87473ab8-f8a9-468d-8210-cd1d1522de42#gt_0334e0bd-2755-42f6-aeff-2d4a22bf4abf" data-linktype="relative-path">NetBIOS name</a>, as specified
in <a href="https://go.microsoft.com/fwlink/?LinkId=90266" data-linktype="external">[RFC1088]</a>. This
name MUST be terminated with a zero byte, and any remaining bytes MUST also be
zero.</p></div>