This method of the Direct3dTexture Class obtains the texture handle for the Direct3dTexture object. This handle is used in all Direct3D API calls where a texture is to be referenced.
public void getHandle(Direct3dDevice dev);
dev | The Direct3dDevice object that the texture is to be loaded into. |