MPENDOFLIFE_DATA structure

"End of life" notification data.

Syntax

typedef struct tagMPENDOFLIFE_DATA {
  FILETIME ftSignatureExpiry;
  FILETIME ftPlatformExpiry;
  BOOL     fAdminControlled;
  BOOL     fEndOfLifeImpendingOrPast;
} MPENDOFLIFE_DATA, *PMPENDOFLIFE_DATA;

Members

ftSignatureExpiry

Type: FILETIME

Time when the signature expires.

ftPlatformExpiry

Type: FILETIME

Time when the platform expires.

fAdminControlled

Type: BOOL

True if the administrator controlling the policy for showing the notification. If set, this tells the UI to not show the EOL notification.

fEndOfLifeImpendingOrPast

Type: BOOL

True if "End of Life" is pending or past. If false, UI and clients can clear any EOL related states.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
MpClient.h