ISInterface:CopySet

From Lavish Software Wiki
Revision as of 00:57, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • bool CopySet(unsigned long &ToSetGUID, unsigned long FromSetGUID)

Purpose

To copy from one set to another

Usage

Parameters

  • unsigned long &ToSetGUID
[out] unique identifier of the set to be copied to
  • unsigned long FromSetGUID
[in] unique identifier of the set to be copied from

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->CopySet(newsetguid,oldsetguid);

See Also