Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IProgram interface manages a Program object.
In addition to the methods inherited from IDispatch, the IProgram interface exposes the following methods.
Method | Description |
get_CopyrightDate | Retrieves the copyright date of the program. |
get_Description | Retrieves the description of the program. |
get_ID | Retrieves the unique identifier of the program. |
get_MetaProperties | Retrieves the MetaProperties collection for the program. |
get_ScheduleEntries | Retrieves the ScheduleEntries collection associated with this program. |
get_Title | Retrieves the title of the program. |
put_CopyrightDate | Assigns a copyright date to the program. |
put_Description | Assigns a description to the program. |
put_Title | Assigns a title to the program. |
Remarks
The IID of this interface is IID_IProgram.