ACI_Device_Params |
Top Previous Next |
typedef struct tagACI_Device_Params { UINT Size; // (in) Size of structure, in bytes CHAR Manufacturer[64]; // (in || out) Device Manufacturer CHAR Name[64]; // (in || out) Device Name } ACI_Device_Params;
See also: ACI_SetDevice, ACI_GetDevice
|