IVMVirtualServer::GetDVDFiles method
The GetDVDFiles method returns an array of known virtual DVD files.
Syntax
HRESULT GetDVDFiles(
[in] VARIANT inAdditionalSearchPaths,
[out] VARIANT *outDVDFileList
);
Parameters
-
inAdditionalSearchPaths [in]
-
These paths will be searched along with the paths set in the IVMVirtualServer::SearchPaths property.
-
outDVDFileList [out]
-
An array of virtual DVD files found in the specified search paths.
Return value
This method supports standard return values, as well as the following. For information on Virtual Server specific return values not listed below, see HRESULT Codes Specific to the Virtual Server.
Return code | Description |
---|---|
|
The operation was successful. |
|
The outDVDFileList parameter is NULL. |
|
The inAdditionalSearchPaths parameter is not an array of strings. |
|
An unexpected error has occurred. |
Remarks
The search paths used to retrieve the array of files will include those set previously by IVMVirtualServer::SearchPaths in addition to those specified by the inAdditionalSearchPaths parameter and the installer location for the Virtual Machine Additions module.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|