OBJECTTABLECOLUMNID enumeration
An enum used to indicate properties of data returned from an object table request. For more information, see IObjectTableRequest.
Syntax
};
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 corresponds 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 |