ISInterface:GetInnerSpacePath

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

Syntax

  • char *GetInnerSpacePath(char *buffer, unsigned long buflen)

Purpose

Places the path to Inner Space into a buffer

Usage

Parameters

  • char *buffer
Pointer to the buffer to copy the path to
  • unsigned long buflen
Size of the buffer given

Return Value

none

Examples

char InnerSpacePath[512];
pISInterface->GetInnerSpacePath(FilePath,sizeof(FilePath));

See Also