Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceImageInformation.ImagePath Property

Language:

Note: This documentation is preliminary and is subject to change.

Fully qualified path to the file that contains an image of the device. The file format is given in DwFlags. If no image is available for the device, this member will be set to NULL. If so, the application is responsible for enumerating controls on the device and displaying a default listing of actions to device controls (similar to the method used by most applications before Microsoft® DirectX® 8.0).

Definition

Visual Basic .NET Public Property ImagePath As String
C# public string ImagePath { get; set; }
Managed C++ public: __property String* get_ImagePath();
public: __property void set_ImagePath(String*);
JScript .NET public function get ImagePath() : String
public function set ImagePath(String);

Property Value

System.String .

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center