MSVidWebDVD.DVDAdm Property

Note  This topic applies to Windows XP Service Pack 1 or later.

The DVDAdm property provides access to the MSVidWebDVDAdm object that contains methods and properties for saving application and user information.

VidWebDVD.DVDAdm As IDispatch

Parameters

This property takes no parameters.

Return Value

This property allows the user to set and retrieve values of the MSVidWebDVDAdm object without creating a separate object. If one wishes to create a separate MSVidWebDVDAdm object, use the return value as shown:

Dim oVidWebAdm As MSVidWebDVDAdm
Set oVidWebAdm = oVidWebDVD.DVDAdm

Remarks

This property is read-only in the sense that one cannot set the base property. However, one can set or retrieve appropriate methods and properties accessed through this property.

Examples

' Returning the property.
idAdm = VidWebDVD.DVDAdm
' Setting a property through this property.
VidWebDVD.DVDAdm.ChangePassword("","Secret","Supersecret")

Requirements

Type Library

MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library

DLL

Quartz.dll

See Also

MSVidWebDVD Object

MSVidWebDVDAdm Object

 

 

Send comments about this topic to Microsoft

Build date: 7/6/2010