Jump to content

DEVOPENSTRUC

From EDM2

Open-device data structure.

Type

typedef struct _DEVOPENSTRUC {
 PSZ           pszLogAddress;       /*  Logical address. */
 PSZ           pszDriverName;       /*  Driver name. */
 PDRIVDATA     pdriv;               /*  Driver data. */
 PSZ           pszDataType;         /*  Data type. */
 PSZ           pszComment;          /*  Comment. */
 PSZ           pszQueueProcName;    /*  Queue-processor name. */
 PSZ           pszQueueProcParams;  /*  Queue-processor parameters. */
 PSZ           pszSpoolerParams;    /*  Spooler parameters. */
 PSZ           pszNetworkParams;    /*  Network parameters. */
} DEVOPENSTRUC;

C Declaration Method

typedef DEVOPENSTRUC *PDEVOPENSTRUC;