struttura MCI_STATUS_PARMS

La struttura MCI_STATUS_PARMS contiene informazioni per il comando MCI_STATUS .

Sintassi

typedef struct {
  DWORD_PTR dwCallback;
  DWORD_PTR dwReturn;
  DWORD     dwItem;
  DWORD     dwTrack;
} MCI_STATUS_PARMS;

Members

dwCallback

La parola in ordine basso specifica un handle di finestra utilizzato per il flag di MCI_NOTIFY.

dwReturn

Contiene informazioni sulla restituzione.

dwItem

Funzionalità sottoposta a query.

dwTrack

Lunghezza o numero di tracce.

Commenti

Il flag MCI_STATUS_ITEM deve essere impostato nel parametro fdwCommand della funzione mciSendCommand per convalidare il membro dwItem , che deve contenere una delle costanti che indicano le informazioni sullo stato richieste.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
Mciapi.h

Vedi anche

MCI

Strutture MCI

MCI_STATUS

mciSendCommand