Device.UpdateUnmanagedPointer(IDirect3DDevice9) Method (Microsoft.DirectX.Direct3D)

Updates the unmanaged pointer for this Device object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.

Definition

Visual Basic Public Sub UpdateUnmanagedPointer( _
    ByVal pInterface As IDirect3DDevice9 _
)
C# public void UpdateUnmanagedPointer(
    IDirect3DDevice9 pInterface
);
C++ public:
void UpdateUnmanagedPointer(
    IDirect3DDevice9 pInterface
);
JScript public function UpdateUnmanagedPointer(
    pInterface : IDirect3DDevice9
);

Parameters

pInterface Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9
Pointer to the IDirect3DDevice9 structure used to update the unmanaged pointer for this Device object.