This topic has not yet been rated - Rate this topic

ID3DX11DataProcessor::CreateDeviceObject method

Note  The D3DX (D3DX 9, D3DX 10, and D3DX 11) utility library is deprecated for Windows 8 and is not supported for Windows Store apps.

Creates a device object.

Syntax


HRESULT CreateDeviceObject(
  [out]  void **ppDataObject
);

Parameters

ppDataObject [out]

Type: void**

Address of a pointer to the created device object.

Return value

Type: HRESULT

The return value is one of the values listed in Direct3D 11 Return Codes.

Remarks

This method is used by an ID3DX11ThreadPump Interface.

Requirements

Header

D3DX11core.h

Library

D3DX11.lib

See also

ID3DX11DataProcessor
D3DX Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.