DMUS_VERSION

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

Syntax

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

**  Header:** Dmusici.h

See Also

© 2004 Microsoft Corporation. All rights reserved.