Share via


ENavCmdArea

This enumeration lists the types of program (PG) commands that are available.

typedef enum {
  DVD_PRE_CMD = 0,
  DVD_POST_CMD = 1,
  DVD_CELL_CMD = 2
} ENavCmdArea;

Elements

  • DVD_PRE_CMD
    Indicates a pre-command (PRE_CMD).
  • DVD_POST_CMD
    Indicates a post-command (POST_CMD).
  • DVD_CELL_CMD
    Indicates a cell command (C_CMD).

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.

See Also

IDVDProgramChain::GetNavCommandsCount | IDVDProgramChain::GetNavCommandsCount

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.