OBJECTTABLECOLUMNID enumeration

An enum used to indicate properties of data returned from an object table request. For more information, see IObjectTableRequest.

Syntax


enum OBJECTTABLECOLUMNID {  ObjectTableColumnID_Address              = 1, 
  ObjectTableColumnID_Name                 = 2, 
  ObjectTableColumnID_Type                 = 3, 
  ObjectTableColumnID_CreatedBy            = 5, 
  ObjectTableColumnID_Creations            = 6, 
  ObjectTableColumnID_Destructions         = 7, 
  ObjectTableColumnID_Status               = 8, 
  ObjectTableColumnID_AppReffs             = 9, 
  ObjectTableColumnID_Size                 = 10, 
  ObjectTableColumnID_Pool                 = 11, 
  ObjectTableColumnID_Usage                = 12, 
  ObjectTableColumnID_Format               = 13, 
  ObjectTableColumnID_Width                = 14, 
  ObjectTableColumnID_Height               = 15, 
  ObjectTableColumnID_Depth                = 16, 
  ObjectTableColumnID_Mips                 = 17, 
  ObjectTableColumnID_ID                   = 18, 
  ObjectTableColumnID_FileName             = 19, 
  ObjectTableColumnID_InUse                = 20, 
  ObjectTableColumnID_ChildObjectAddress   = 21, 
  ObjectTableColumnID_StateType            = 22, 
  ObjectTableColumnID_Device               = 23, 
  ObjectTableColumnID_ArraySize            = 24, 
  ObjectTableColumnID_Samples              = 25, 
  ObjectTableColumnID_IsDynamic            = 26, 
  ObjectTableColumnID_Dimension            = 27, 
  ObjectTableColumnID_ParentObjectAddress  = 28, 
  ObjectTableColumnID_ChildrenList         = 29 

};

Constants

ObjectTableColumnID_Address

An ID that corresponds to the Resource handle column.

ObjectTableColumnID_Name

An ID that corresponds to the Name column;

ObjectTableColumnID_Type

An ID that corresponds to the Direct3D object type.

ObjectTableColumnID_CreatedBy

Not used.

ObjectTableColumnID_Creations

Not used.

ObjectTableColumnID_Destructions

Not used.

ObjectTableColumnID_Status

An ID that corresponds to the status column.

ObjectTableColumnID_AppReffs

Not used.

ObjectTableColumnID_Size

An ID that corresponds to the size column.

ObjectTableColumnID_Pool

An ID that corresponds to the Pool column.

ObjectTableColumnID_Usage

An ID that corresponds to the Usage column.

ObjectTableColumnID_Format

An ID that corresponds to the Format column.

ObjectTableColumnID_Width

An ID that corresponds to the Width column.

ObjectTableColumnID_Height

An ID that corresponds to the height column.

ObjectTableColumnID_Depth

An ID that corresponds to the Depth column.

ObjectTableColumnID_Mips

An ID that corresponds to the Mips column.

ObjectTableColumnID_ID

An ID that corresponds to the ID column.

ObjectTableColumnID_FileName

An ID that corresonds to the filename column.

ObjectTableColumnID_InUse

An ID that corresponds to the In Use column.

ObjectTableColumnID_ChildObjectAddress

An ID that corresponds to the Child Object Address Column. This only applies to View objects (or a swap chain).

ObjectTableColumnID_StateType

An ID that corresponds to the State Type column.

ObjectTableColumnID_Device

An ID that corresponds to the Device column.

ObjectTableColumnID_ArraySize

An ID that corresponds to the ArraySize column.

ObjectTableColumnID_Samples

An ID that corresponds to the Samples column.

ObjectTableColumnID_IsDynamic

Not used.

ObjectTableColumnID_Dimension

An ID that corresponds to the Dimension column.

ObjectTableColumnID_ParentObjectAddress

An ID that corresponds to the Parent Object Address column.

ObjectTableColumnID_ChildrenList

An ID that corresponds to the Children List column.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: