ID3DXFileSaveObject::GetFile method
Gets the ID3DXFile interface of the object that created this ID3DXFileSaveObject object.
Syntax
HRESULT GetFile(
[in] ID3DXFile ppFile
);
Parameters
Return value
Type: HRESULT
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, E_NOINTERFACE, E_POINTER.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also