Click or drag to resize

WindowsUtilitiesGetAtomName Method

Retrieves a string associated with the specified local atom.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static string GetAtomName(
	ushort atom
)

Parameters

atom
Type: SystemUInt16
The local atom.

Return Value

Type: String
A string or null.
See Also