Struttura RILSETCALLBARRINGSTATUSPARAMS (ntddrilapitypes.h)

Questo argomento supporta l'infrastruttura driver di Windows e non deve essere usata direttamente dal codice.

Sintassi

typedef struct RILSETCALLBARRINGSTATUSPARAMS {
  DWORD                            dwExecutor;
  RILCALLBARRINGSTATUSPARAMSTYPE   dwType;
  BOOL                             fAllClasses;
  DWORD                            dwInfoClasses;
  BOOL                             fPassword;
  char                             szPassword[256];
  RILCALLBARRINGSTATUSPARAMSSTATUS dwStatus;
} RILSETCALLBARRINGSTATUSPARAMS, *LPRILSETCALLBARRINGSTATUSPARAMS;

Members

dwExecutor

dwType

fAllClasses

dwInfoClasses

fPassword

szPassword[256]

dwStatus

Requisiti

Requisito Valore
Intestazione ntddrilapitypes.h (include Rilapitypes.h)