Applications use the methods of the IDirectXFileObject interface to retrieve information about Microsoft DirectX file objects. Deprecated.
IDirectXFileObjectMethod | Description |
---|---|
IDirectXFileObject::GetId | Retrieves a pointer to the GUID that identifies a DirectX file object. Deprecated. |
IDirectXFileObject::GetName | Retrieves a pointer to a DirectX file object's name. Deprecated. |
The GUID for the IDirectXFileObject interface is IID_IDirectXFileObject.
The LPDIRECTXFILEOBJECT type is defined as a pointer to this interface.
typedef interface IDirectXFileObject *LPDIRECTXFILEOBJECT;
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.