BARfly Help - BAR Interfacial Function Reference - BAR_Registry Functions

  BAR_Registry::Create_BAR

Purpose: To create a BAR object instance.

BAR_Interface Create_BAR(long Index);


Parameters

(None)

Return Values

  • Non-null:  Successful creation.
  • Null:  Unsuccessful creation.

Remarks

Create_BAR creates a BAR interfacial object and returns an interface to the object. Create_BAR loads a BAR implementation file into memory and prepares the object for calls to the interface.

Index is a zero-based index into the registry, representing the relative position of the implementation file. Query_Position returns valid values for Index.

It is the BAR_Services object that owns BAR interfacial objects; the BAR_Registry object does not own the returned interfacial object.

Compatibility

  All Platforms Win32 C++ LIB
BAR version 1.1 1.1
  All Platforms Win32
BARfly version n/a n/a


  See also:  [BAR_Services Functions] [BAR_Registry Functions] [BAR Functions]


BARfly Help Copyright © 2009 Christopher Allen