ulReturn (ULONG) - returns

      Buffer size or number of bytes required to hold the output data.

      Depending of the contents of the pIconInfo parameter, ulReturn contains one of the following:

        pIconInfo

          ulReturn
        NULL
          Number of bytes required to hold the output data for this class.
        Not NULL
          Number of bytes written into the buffer.
        If ulReturn is 0, an error occurred.


      [Back] [Next]