#include <isp.h> typedef struct ISP_dcb_associate { ISP ISP_d_a_hdr; // Standard header ULONG ISP_d_a_dcb; // address of DCB CHAR ISP_d_a_drive; // relative drive number UCHAR ISP_d_a_flags; // flags UCHAR ISP_pad5[2]; // Pad to DWORD boundary*/ } ISP_dcb_associate, *PISP_dcb_associate;
Contains information for a ISP_ASSOCIATE_DCB function.
ISP_d_a_flags
Can be ISP_D_A_FL_NOSHELLMSG to suppress the shell message.
See also DCB, ISP