PrtEngine.UpdateUnmanagedPointer(ID3DXPRTEngine) Method (Microsoft.DirectX.Direct3D)

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

Definition

Visual BasicPublic Sub UpdateUnmanagedPointer( _
    ByVal pInterface As ID3DXPRTEngine _
)
C#public void UpdateUnmanagedPointer(
    ID3DXPRTEngine pInterface
);
C++public:
void UpdateUnmanagedPointer(
    ID3DXPRTEngine pInterface
);
JScriptpublic function UpdateUnmanagedPointer(
    pInterface : ID3DXPRTEngine
);

Parameters

pInterface Microsoft.DirectX.PrivateImplementationDetails.ID3DXPRTEngine
Pointer to the ID3DXPRTEngine structure used to update the unmanaged pointer for this PrtEngine object.
Show: