pFieldInfoArray (PVOID)

      Pointer to an array of pointers to FIELDINFO structures that are to be freed.

    cNumFieldInfo (USHORT)

      Number of structures.

      Number of FIELDINFO structures to be freed.

    rc (BOOL)

      Success indicator.

      TRUE

        Memory associated with a specified FIELDINFO structure or structures in the container was freed.
      FALSE
        Associated memory was not freed. The WinGetLastError function may return the following errors:

        • PMERR_INVALID_PARAMETERS 
            PMERR_MEMORY_DEALLOCATION_ERR
          
            PMERR_FI_CURRENTLY_INSERTED.


          [Back] [Next]