Microsoft SDK for Java

initialize

This method of the Direct3dDevice Class initializes a Direct3dDevice object.

Syntax

public void initialize(Direct3d dev, _Guid g, D3dDeviceDesc devDesc);

Parameters

dev The Direct3D device to use as an initializer.
g The globally unique identifier (GUID) used as the interface identifier.
devDesc The D3dDeviceDesc object describing the Direct3dDevice object to be initialized.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.