IWHSInfo Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides the interface used to extend the Windows Home Server platform.
The following tables list the members exposed by the IWHSInfo type.
Public Methods
Name | Description | |
---|---|---|
AddNotification | Adds a notification to the Windows Home Server infrastructure. | |
CreateApplicationFolder | Creates a Windows Home Server managed application folder. | |
GetApplicationFolder | Returns the Windows Home Server application folder specified by UniqueID. | |
GetApplicationFolders | Returns a collection of IApplicationFolder objects. | |
GetBackupEstimatedCompletionTime | Returns the estimated completion time for a backup. | |
GetBackupStartTime | Returns the backup start time. | |
GetBackupState | Returns the state of the current backup. | |
GetClientComputerInfo | Returns a collection of IComputerInfo objects. | |
GetDiskInfo | Returns a collection of IDiskInfo objects. | |
GetShareInfo | Returns a collection of IShareInfo objects. | |
GetVolumeInfo | Returns a collection of IVolumeInfo objects. | |
Init | Identifies your application to the Windows Home Server notification infrastructure. | |
RegisterForNotifications | Registers an application for Windows Home Server notification events. | |
RemoveApplicationFolder | Removes the specified managed application folder. | |
RemoveNotification | Removes the specified notification from the Windows Home Server notification infrastructure. | |
UnRegisterForNotifications | Unregisters an application for all Windows Home Server notifications. |
Top