d3d9.dllGetFile
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXFileSaveObject::GetFile Method


Gets the ID3DXFile interface of the object that created this ID3DXFileSaveObject object.

Syntax

HRESULT GetFile(      

    ID3DXFile ppFile );

Parameters

ppFile
[in] Address of a pointer to an ID3DXFile object.

Return Value

If the method succeeds, the return value is S_OK.

If the method fails, the return value can be one of the following:

D3DXFERR_BADVALUEA variable is outside its expected range; typically returned when an object pointer is invalid.
E_NOINTERFACENo object interface is available.
E_POINTERAn invalid pointer, usually NULL, was passed as a parameter.




© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.