WindowsUtilitiesGlobalGetAtomName Method |
Retrieves a string associated with the specified global atom.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GlobalGetAtomName(
ushort atom
)
Parameters
- atom
- Type: SystemUInt16
The global atom.
Return Value
Type:
StringA string or null.
See Also