Share via


DMUS_VERSION

This structure contains version information for an object described in the DMUS_OBJECTDESC structure.

typedef struct _DMUS_VERSION {
  DWORD dwVersionMS;
  DWORD dwVersionLS;
} DMUS_VERSION, FAR *LPDMUS_VERSION;

Members

  • dwVersionMS
    Most significant DWORD of the version number.
  • dwVersionLS
    Least significant DWORD of the version number.

Requirements

OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusici.h.

See Also

DMUS_OBJECTDESC

 Last updated on Monday, April 12, 2004

© 1992-2002 Microsoft Corporation. All rights reserved.