• ulResetValue (PVOID) - input

      Indicates the reset state of the printer. Values are as follows:

        Value

          Description
        1
          PRTRESET_POWER_ON
          Reset printer to power-on condition. For NPAP, this returns the printer to the NPAP-initialized state.
        2
          PRTRESET_SW_ONLY
          Reset BIDI software protocol layer. This reset leaves the rest of the printer and interpreter configuration as is.
        3
          PRTRESET_POWER_ON_EXIT_SW
          Reset printer to power-on condition and exit BIDI software protocol. All temporary resources are lost, according to Power-On-Reset.
        4
          PRTRESET_EXIT_SW
          Reset printer and exit BIDI software protocol. Temporary resources are preserved.
        5
          PRTRESET_FACTORY_DEFAULTS
          Reset printer to factory defaults. All temporary resources are lost, according to Power-On-Reset.
        
          pInData (PVOID) - input

            Contains the value from ulResetValue.

          
            pOutData (PVOID) - output

              Not used.


            [Back: BIDI_RESET(9h)]
            [Next: Remarks]