<div class="content"><p>The NTMS_OBJECTINFORMATIONW structure describes the
properties of RSM objects, in Unicode.</p><dl>
<dd>
<div><pre> typedef struct _NTMS_OBJECTINFORMATIONW {
   DWORD dwSize;
   DWORD dwType;
   SYSTEMTIME Created;
   SYSTEMTIME Modified;
   NTMS_GUID ObjectGuid;
   BOOL Enabled;
   DWORD dwOperationalState;
   [string] wchar_t szName[64];
   [string] wchar_t szDescription[127];
   [switch_is(dwType)] union {
     [case(NTMS_DRIVE)] 
       NTMS_DRIVEINFORMATIONW Drive;
     [case(NTMS_DRIVE_TYPE)] 
       NTMS_DRIVETYPEINFORMATIONW DriveType;
     [case(NTMS_LIBRARY)] 
       NTMS_LIBRARYINFORMATION Library;
     [case(NTMS_CHANGER)] 
       NTMS_CHANGERINFORMATIONW Changer;
     [case(NTMS_CHANGER_TYPE)] 
       NTMS_CHANGERTYPEINFORMATIONW ChangerType;
     [case(NTMS_STORAGESLOT)] 
       NTMS_STORAGESLOTINFORMATION StorageSlot;
     [case(NTMS_IEDOOR)] 
       NTMS_IEDOORINFORMATION IEDoor;
     [case(NTMS_IEPORT)] 
       NTMS_IEPORTINFORMATION IEPort;
     [case(NTMS_PHYSICAL_MEDIA)] 
       NTMS_PMIDINFORMATIONW PhysicalMedia;
     [case(NTMS_LOGICAL_MEDIA)] 
       NTMS_LMIDINFORMATION LogicalMedia;
     [case(NTMS_PARTITION)] 
       NTMS_PARTITIONINFORMATIONW Partition;
     [case(NTMS_MEDIA_POOL)] 
       NTMS_MEDIAPOOLINFORMATION MediaPool;
     [case(NTMS_MEDIA_TYPE)] 
       NTMS_MEDIATYPEINFORMATION MediaType;
     [case(NTMS_LIBREQUEST)] 
       NTMS_LIBREQUESTINFORMATIONW LibRequest;
     [case(NTMS_OPREQUEST)] 
       NTMS_OPREQUESTINFORMATIONW  OpRequest;
     [case(NTMS_COMPUTER)] 
       NTMS_COMPUTERINFORMATION Computer;
   } Info;
 } NTMS_OBJECTINFORMATIONW,
  *LPNTMS_OBJECTINFORMATIONW;
</pre></div>
</dd></dl><p><b>dwSize:</b>  The size, in bytes, of the
structure.</p><p><b>dwType:</b>  A value from the <a href="5b190198-a0cb-4e20-90a3-234009357051" data-linktype="relative-path">NtmsObjectsTypes (section 2.2.1.6)</a>
enumeration specifying the type of the object.</p><p><b>Created:</b>  A <a href="../ms-dtyp/2fefe8dd-ab48-4e33-a7d5-7171455a9289" data-linktype="relative-path">SYSTEMTIME</a>
structure specifying the time when the object was created. </p><p><b>Modified:</b>  A SYSTEMTIME structure
specifying the time when the object was last modified. </p><p><b>ObjectGuid:</b>  The identifier of the
object.</p><p><b>Enabled:</b>  If set to TRUE, the object
MUST be enabled; if set to FALSE, the object MUST NOT be enabled.</p><p><b>dwOperationalState:</b>  A value from
the <a href="159487e8-8764-456c-85f3-c397d58ad024" data-linktype="relative-path">NtmsOperationalState (section 2.2.4.5)</a>
enumeration specifying the operation state of the object.</p><p><b>szName:</b>   A null-terminated sequence
of Unicode UTF-16 characters specifying the name of the object.</p><p><b>szDescription:</b>   The null-terminated
description of the object.<a id="Appendix_A_Target_14"></a><a aria-label="Product behavior note 14" href="7184b376-4ee3-4482-b9c4-f87ff22b421f#Appendix_A_14" data-linktype="relative-path">&lt;14&gt;</a></p><p><b>Info:</b>  A device or system control
object information that is specific to the value of dwType. </p><p><b>Drive:</b>   An <a href="e10fef15-cec8-47ca-a817-009f35bc02f2" data-linktype="relative-path">NTMS_DRIVEINFORMATIONW</a>
structure that describes the properties of a <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_1112c690-ee01-4c9b-aa55-9569fd82178b" data-linktype="relative-path">drive</a>. </p><p><b>DriveType:</b>  An <a href="a63a378a-f8f6-4aa9-b12d-e4be66043c8f" data-linktype="relative-path">NTMS_DRIVETYPEINFORMATIONW</a>
structure that describes the properties specific to a type of drive. </p><p><b>Library:</b>  An <a href="9117449f-2f75-4459-8a80-ad1f59f62ddb" data-linktype="relative-path">NTMS_LIBRARYINFORMATION</a>
structure that describes the properties of a media library. </p><p><b>Changer:</b>  An <a href="35d58f10-3ba4-4ec4-b857-28fa8409c8f5" data-linktype="relative-path">NTMS_CHANGERINFORMATIONW</a>
structure that describes the properties of a <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_898fa8ab-42d5-439f-9415-1589599fe913" data-linktype="relative-path">changer</a> object.</p><p><b>ChangerType:</b>  An <a href="d351f938-25b6-4663-a1af-edab7224ab6e" data-linktype="relative-path">NTMS_CHANGERTYPEINFORMATIONW</a>
structure that describes the properties specific to a type of changer object. </p><p><b>StorageSlot:</b>  An <a href="746da2ea-5a74-44cb-95ba-b5a557b186be" data-linktype="relative-path">NTMS_STORAGESLOTINFORMATION</a>
structure that describes the properties of a media storage <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_a1f0ab90-f3c0-46b8-9c77-d0d7508ede94" data-linktype="relative-path">slot</a>. </p><p><b>IEDoor:</b>  An <a href="a7ade723-9bc5-4ebb-9550-772718e0ad82" data-linktype="relative-path">NTMS_IEDOORINFORMATION</a>
structure that describes the properties of an access <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_52b64896-966d-41bd-849a-36602125506b" data-linktype="relative-path">door</a>.</p><p><b>IEPort:</b>  An <a href="76aea2b1-c131-4251-990e-7928c483de9c" data-linktype="relative-path">NTMS_IEPORTINFORMATION</a>
structure that describes the properties of an <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_e2c6dee3-9f37-4fe2-b970-ae3c00a8ed70" data-linktype="relative-path">IE port</a>. </p><p><b>PhysicalMedia:</b>  An <a href="15fb19e0-34b0-4836-9555-321afc712472" data-linktype="relative-path">NTMS_PMIDINFORMATIONW</a>
structure that describes the properties of a <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_9036b269-4f3b-4353-a1d0-54f5c686ec2c" data-linktype="relative-path">physical media</a> object.</p><p><b>LogicalMedia:</b>  An <a href="99f1ea68-64d7-4a95-a69a-6bc52199e500" data-linktype="relative-path">NTMS_LMIDINFORMATION</a> structure
that describes the properties of a <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_05349689-4cd0-4643-a13e-9f552ecf3346" data-linktype="relative-path">logical media</a> object. </p><p><b>Partition:</b>  An <a href="f3affd46-f7f9-4327-8b91-eab6d79c677a" data-linktype="relative-path">NTMS_PARTITIONINFORMATIONW</a>
structure that describes the properties of a media-<a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_55db62c5-a84f-43b7-a037-b44ecd8fb92f" data-linktype="relative-path">side</a> object. </p><p><b>MediaPool:</b>  An <a href="7656fa15-baf2-4bee-b994-12202ac99faf" data-linktype="relative-path">NTMS_MEDIAPOOLINFORMATION</a>
structure that describes the properties of a media pool. </p><p><b>MediaType:</b>  An <a href="f32107a6-d8de-44f9-9d99-24f72f7fe3e9" data-linktype="relative-path">NTMS_MEDIATYPEINFORMATION</a>
structure that describes the properties specific to a type of media. </p><p><b>LibRequest:</b>  An <a href="a950a245-8052-4dfe-b9d4-9a2d1986babc" data-linktype="relative-path">NTMS_LIBREQUESTINFORMATIONW</a>
structure that describes the properties of a <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_f8da5142-cddf-49b1-b24c-a352db74cbbb" data-linktype="relative-path">library request</a>.</p><p><b>OpRequest:</b>  An <a href="1971e59d-42c3-442d-9269-96210bf98ba2" data-linktype="relative-path">NTMS_OPREQUESTINFORMATIONW</a>
structure that describes the properties of an <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_4676b5f2-6ecd-463c-8218-811911038e63" data-linktype="relative-path">operator request</a>. </p><p><b>Computer:</b>  An <a href="dcffc83d-ba9f-4c4b-a039-81677b53804c" data-linktype="relative-path">NTMS_COMPUTERINFORMATION</a>
structure that describes the properties of a computer. </p></div>