Registers under Windows a private message type (see Win32 API for futher details.).

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static int RegisterWindowMessage(
	string name
)

Parameters

name
Type: System..::.String
A message name.

Exceptions

ExceptionCondition
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also