Jump to content

MCI OPEN PARMS: Difference between revisions

From EDM2
Created page with "This structure contains fields for the MCI_OPEN message. typedef struct _MCI_OPEN_PARMS { HWND hwndCallback; Window handle.: USHORT usDeviceID; Device ID.: USHORT usReserved0; Reserved.: PSZ pszDeviceType; Device type.: PSZ pszElementName; Element name.: PSZ pszAlias; Device alias.: } MCI_OPEN_PARMS; typedef MCI _ OPEN _ PARMS * PMCI _ OPEN _ PARMS ;..."
 
(No difference)

Latest revision as of 03:13, 26 November 2025

This structure contains fields for the MCI_OPEN message.

typedef struct _MCI_OPEN_PARMS {
  HWND       hwndCallback;    /*  Window handle. */
  USHORT     usDeviceID;      /*  Device ID. */
  USHORT     usReserved0;     /*  Reserved. */
  PSZ        pszDeviceType;   /*  Device type. */
  PSZ        pszElementName;  /*  Element name. */
  PSZ        pszAlias;        /*  Device alias. */
} MCI_OPEN_PARMS;
typedef   MCI _ OPEN _ PARMS   * PMCI _ OPEN _ PARMS ;