BARfly Help - BAR Interfacial Function Reference - BAR type lookup functions

  BAR::Get_Function_Name

Purpose: To retrieve a name for a function.

BAR_String Get_Function_Name(Function_Identifier Function_ID);


Parameters

Function_Identifier Function_ID: A function identifier (generally name or UID).

Return Values

  • Non-null: Function name.
  • Null: Error.

Remarks

This function retrieves the name for the function identified by Function_ID.  The returned name matches exactly how the function is named in the text rendition of the implementation file.

The function will fail if Function_ID is not a valid identifier for a function.

Function_ID is a platform-dependent identifier.

Compatibility

  All Platforms Win32 C++ LIB
BAR version 1.1 1.1
  All Platforms Win32
BARfly version 1.0 1.0


  See also:  [BAR type lookup functions] [BAR loading and saving functions] [BAR node navigation functions]
[BAR node information functions] [BAR data reading functions] [BAR data writing functions] [BAR miscellaneous functions]


BARfly Help Copyright © 2009 Christopher Allen