StructureRef::GetGlobalRefFlag
Defined in:
Returns a boolean value indicating whether a reference is global.
TSData.h
Prototype
bool GetGlobalRefFlag(void) const;
Description
The GetGlobalRefFlag
function returns true
if the structure reference is global, and it returns false
if the structure reference is local. A structure reference is global if the first name in its name array is a global name, as specified in the OpenDDL file.
See Also