Click or drag to resize

WindowsUtilitiesGlobalGetAtomName Method

Retrieves a string associated with the specified global atom.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GlobalGetAtomName(
	ushort atom
)

Parameters

atom
Type: SystemUInt16
The global atom.

Return Value

Type: String
A string or null.
See Also