2.2.4.11 POLICY_MODIFICATION_INFO

The POLICY_MODIFICATION_INFO structure is obsolete and exists for backward compatibility purposes only. Callers of this protocol MUST NOT be able to set or retrieve this structure.

 typedef struct _POLICY_MODIFICATION_INFO {
   LARGE_INTEGER ModifiedId;
   LARGE_INTEGER DatabaseCreationTime;
 } POLICY_MODIFICATION_INFO,
  *PPOLICY_MODIFICATION_INFO;

ModifiedId: A 64-bit unsigned integer that is incremented each time anything in the Local Security Authority (LSA) database is modified.

DatabaseCreationTime: The date and time when the LSA database was created. It is a 64-bit value that represents the number of 100-nanosecond intervals since January 1, 1601, UTC.