Ignore:
Timestamp:
Jan 24, 2013, 2:25:43 AM (13 years ago)
Author:
Alex Taylor
Message:

Auto-port numbers now generated in base 10 instead of base 4.
Implemented SplPdQuery/SplPdSet entrypoints, which are required for programs to create/configure ports.
Added sample program which demonstrates this (smbport.c). Added BLDLEVEL signature (uses MAKEDESC.CMD).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/smbpdr-1.0/smb.h

    r177 r758  
     1#define DRIVER_VERSION               "1.02"
    12#define PATH_SMB_PDR                 "?:\\OS2\\DLL\\SMB.PDR"
    23#define SMB_DLL                      "SMB.PDR"
     
    184185   ULONG    lfModified;
    185186} LPRDATA, *PLPRDATA;
     187
     188/* Port-specific data format used by PrtSet/SplPdSet */
     189typedef struct _PORTSETTINGS {
     190    CHAR  szPortData[ STR_LEN_PORTDESC ];
     191} PORTSETTINGS, *PPORTSETTINGS;
     192
    186193#define ID_IP                       201
    187194#define ID_SMBQUEUE                 202
Note: See TracChangeset for help on using the changeset viewer.