IDvdCmd interface
The IDvdCmd interface waits for DVD commands to start or end.
The DVD Navigator creates synchronization objects that expose this interface. The application can use the object to block the DVD Navigator until the command starts or completes. For more information on using this interface, see Synchronizing DVD Commands. (This topic also discusses other ways to synchronize commands without using synchronization objects.)
Members
The IDvdCmd interface inherits from the IUnknown interface. IDvdCmd also has these types of members:
Methods
The IDvdCmd interface has these methods.
| Method | Description |
|---|---|
| WaitForEnd |
Blocks the DVD Navigator until the command associated with this object completes or is canceled. |
| WaitForStart |
Blocks the DVD Navigator until the command associated with this object begins. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also