IDirectXFileObject interface
Applications use the methods of the IDirectXFileObject interface to retrieve information about Microsoft DirectX file objects. Deprecated.
Members
The IDirectXFileObject interface inherits from the IUnknown interface. IDirectXFileObject also has these types of members:
Methods
The IDirectXFileObject interface has these methods.
Method | Description |
---|---|
GetId | Retrieves a pointer to the GUID that identifies a DirectX file object. Deprecated. |
GetName | Retrieves a pointer to a DirectX file object's name. Deprecated. |
Remarks
The GUID for the IDirectXFileObject interface is IID_IDirectXFileObject.
The LPDIRECTXFILEOBJECT type is defined as a pointer to this interface.
typedef interface IDirectXFileObject *LPDIRECTXFILEOBJECT;
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also