BARfly Help - BAR Interfacial Function Reference - BAR_Registry Functions

  BAR_Registry::Save
BAR_Registry::Save_As

Purpose: To save BAR registry contents to secondary storage.

bool Save();
bool Save_As(BAR_Registry_Identifier Registry_ID);


Parameters

BAR_Registry_Identifier Registry_ID:  A registry identifier (platform-dependent) to refer to the destination location.

Return Values

  • True:  Successful save.
  • False:  Unsuccessful save.

Remarks

These functions write the registry to secondary storage.

Save writes the registry back to its original source in secondary storage.  Save_As writes the registry to a specific location in secondary storage (generally, a filename different from the original source).

Registry_ID is a platform-dependent identifier for an existing registry.

If the registry was created from scratch (created with a registry identifier of BAR_Registry_ID_New), only Save_As can be used to save the registry; Save will not work.

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