WindowsUtilitiesGetAtomName Method |
Retrieves a string associated with the specified local atom.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static string GetAtomName(
ushort atom
)
Parameters
- atom
- Type: SystemUInt16
The local atom.
Return Value
Type:
StringA string or null.
See Also