Share via


XFileManager.UpdateUnmanagedPointer(ID3DXFile) Method (Microsoft.DirectX.Direct3D)

Updates the unmanaged pointer for this XFileManager 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 ID3DXFile _
)
C# public void UpdateUnmanagedPointer(
    ID3DXFile pInterface
);
C++ public:
void UpdateUnmanagedPointer(
    ID3DXFile pInterface
);
JScript public function UpdateUnmanagedPointer(
    pInterface : ID3DXFile
);

Parameters

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