pParams (PVOID) - input

      The address of the buffer used for input parameters.

      The input parameters required for each function are as follows (all lengths are in bytes):

      ÚÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
      ³Function  ³ParmLen      ³Input Parameters                     ³
      ÃÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
      ³ 1        ³ 0           ³None - must be set to zero.          ³
      ÃÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
      ³ 2        ³string length³ASCIIZ string that specifies the     ³
      ³          ³             ³partitionable disk.                  ³
      ÃÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
      ³ 3        ³ 2           ³Handle obtained from Function 2.     ³
      ÀÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
      

      The ASCIIZ string used to specify the partitionable disk must be of the following format:

      number : <null byte>
      
      
      Where:

      number

        specifies the partitionable disk number (1-based) in ASCII.
      colon ( : )
        must be present.
      <null byte>
        is the byte of zero for the ASCIIZ string.


      [Back] [Next]