pFieldInfoArray (PVOID)

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

    cNumFieldInfo (USHORT)

      Number of FIELDINFO structures to be removed.

      If the cNumFieldInfo parameter has a value of 0, all of the FIELDINFO structures in the container are removed and the pFieldInfoArray parameter is ignored.

    fRemoveFieldInfo (USHORT)

      Flags.

      Flags that show whether memory must be freed and FIELDINFO structures invalidated.

      CMA_FREE

        If specified, FIELDINFO structures are removed and memory associated with the FIELDINFO structures is freed. If not specified, FIELDINFO structures are removed and no memory is freed; this is the default.
      CMA_INVALIDATE
        If specified, after FIELDINFO structures are removed, the container is invalidated, and any necessary repositioning of the FIELDINFO structures is performed. If not specified, invalidation is not performed.

      cFields (SHORT)

        Number of structures.

      • An error occurred. The WinGetLastError function may return the following errors:

        • PMERR_INVALID_PARAMETERS 
            PMERR_MEMORY_DEALLOCATION_ERR.
          Other
            The number of FIELDINFO structures that remain in the container.


          [Back] [Next]