pcbParmLen (PULONG) - in/out

      Pointer to the length of parameters.

      Input

        Pointer to the length, in bytes, of the parameters passed in pParams. by the application.
      Output
        Pointer to the length, in bytes, of the parameters returned.

        If this function returns ERROR_BUFFER_OVERFLOW, then pcbParmLen points to the size of the buffer required to hold the parameters returned. No other data is returned in this case.


      [Back] [Next]