Help for this page

Select Code to Download


  1. or download this
    #define HDN_FIRST (0U-300U)
    
  2. or download this
            switch (nmh->hdr.code) {
            case HDN_BEGINTRACK :
    
  3. or download this
    #define HDN_FIRST              -300
    #define HDN_BEGINTRACK         (HDN_FIRST-26)