Click or drag to resize

PhysicalName::ExportedFullName

Returns either the qualified or unqualified repeated capability full physical name based upon whether the repeated capability has been configured to use qualified physical names.

const char* ExportedFullName() const;
Return Value

Returns either the qualified or unqualified repeated capability physical full name.

Remarks

Repeated capabilities can be configured to use either qualified or unqualified physical names when registering names in the IVI Configuration Store and when return physical name strings from the driver functions such as GetChannelName. This selection is made in the Driver Settings Editor.

This function will behave exactly as either the FullName function or the QualifiedFullName function depending upon how the repeated capability has been configured. See the help topics on those functions for more information.

Download a complete CHM version of this documentation here.