Share via


DID_INITPARAMS structure

The DID_INITPARAMS structure contains the initialization parameters.

Syntax

typedef struct DID_INITPARAMS {
  DWORD            dwSize;
  DWORD            dwFlags;
  DWORD            dwUnitId;
  DWORD            dwDevnode;
  JOYREGHWSETTINGS hws;
} DID_INITPARAMS, *LPDID_INITPARAMS;

Members

  • dwSize
    Specifies the size of the structure in bytes. This member must be initialized before the structure is used.

  • dwFlags
    Specifies one of the following driver initialization flags:

    • VJIF_BEGIN_ACCESS

    • VJIF_END_ACCESS

  • dwUnitId
    Reserved, is set to 0.

  • dwDevnode
    Specifies the device node with which the device ID should be associated.

  • hws
    Specifies the hardware settings for this device ID.

 

 

Send comments about this topic to Microsoft