SETRGBSTRING

3.1

The SETRGBSTRING message is sent by an application's hook function to a Color dialog box to set a custom color.

Parameters

wParam

Not used.

lParam

Specifies the color to set. This parameter must be a red, green, blue (RGB) value.

Return Value

This message has no return value.

Comments

To use the SETRGBSTRING message, the application must create a message identifier by using the RegisterWindowMessage function and passing the SETRGBSTRING constant as the function's single parameter.

See Also

RegisterWindowMessage