5 references to ACTIONDATA
Microsoft.Win32.Msi (5)
InstallLogMode.cs (1)
55
ACTIONDATA = (1 << (InstallMessage.
ACTIONDATA
>> 24)),
ProgressType.cs (2)
13
/// moves for each <see cref="InstallMessage.
ACTIONDATA
"/> message. Field 3 indicates the direction of the progress
20
/// for each <see cref="InstallMessage.
ACTIONDATA
"/>. If Field 3 is 0, Field 2 should be ignored. If Field 3 is 1, increment
UserInterfaceHandler.cs (2)
14
/// Event handler for <see cref="InstallMessage.
ACTIONDATA
"/>.
81
InstallMessage.
ACTIONDATA
=> OnActionData(new ActionDataEventArgs(message, messageType, messageBoxStyle)),