![]() |
![]() |
![]() |
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_BADVALUE A variable is outside its expected range; typically returned when an object pointer is invalid. E_NOINTERFACE No object interface is available. E_POINTER An invalid pointer, usually NULL, was passed as a parameter.