XFileSaveObject.XFileSaveObject Constructor

Language:

Initializes a new instance of the XFileSaveObject class.

Definition

Visual Basic Public Sub New( _
    ByVal pUnk As ID3DXFileSaveObject _
)
C# public XFileSaveObject(
    ID3DXFileSaveObject pUnk
);
C++ public:
 XFileSaveObject(
    ID3DXFileSaveObject pUnk
);
JScript public function XFileSaveObject(
    pUnk : ID3DXFileSaveObject
);

Parameters

pUnk Microsoft.DirectX.PrivateImplementationDetails.ID3DXFileSaveObject
Unmanaged Component Object Model (COM) ID3DXFileSaveObject interface pointer.

Remarks

The object should be disposed immediately when it is no longer needed.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center