ProgressBarMessages Enumeration

The system sends or posts a system-defined message when it communicates with an application.

It uses these messages to control the operations of applications and to provide input and other information for applications to process.

An application can also send or post system-defined messages.

Applications generally use these messages to control the operation of control windows created by using preregistered window classes.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ProgressBarMessages

Remarks

https://msdn.microsoft.com/en-us/library/windows/desktop/ff485990(v=vs.85).aspx

The definitions can be found in the Windows SDK file: WinUser.h

Members

Null 0 The Null message performs no operation.

An application sends the Null message if it wants to post a message that the recipient window will ignore.

SetState 1,040 Sets the state of the progress bar.

wParam State of the progress bar that is being set.

lParam Must be zero.

See Also