Structure that contains information about the FIELDINFO structure or structures that are being inserted into a container. This structure is used in the CM_INSERTDETAILFIELDINFO container message only.

typedef struct _FIELDINFOINSERT {
  ULONG          cb;                    /*  Structure size. */
  PFIELDINFO     pFieldInfoOrder;       /*  Column order. */
  ULONG          fInvalidateFieldInfo;  /*  Update flag. */
  ULONG          cFieldInfoInsert;      /*  Number of columns. */
} FIELDINFOINSERT;

typedef   FIELDINFOINSERT   * PFIELDINFOINSERT ;


[Back] [Next]