a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 bullet.library
  --background--
  CloseEngine
  ObtainInfoA
  OpenEngine
  ReleaseInfoA
  SetInfoA
Include
GuruMeditation
Docs » Autodocs » bullet.library » CloseEngine

NAME

	CloseEngine -- Release an engine handle

SYNOPSIS

	CloseEngine(engineHandle)
A0
void CloseEngine(struct GlyphEngine *);

FUNCTION

	This function releases the engine handle acquired with
OpenEngine. It first releases any data acquired with
ObtainInfoA associated with the engineHandle that has not yet
been released.

INPUTS

	engineHandle -- the handle acquired via OpenEngine.  If zero,
no operation is performed.

RESULT

	This function has no result.  The only error that can occur is
when the when an invalid engineHandle is supplied: the
application is assumed not to do that.

EXAMPLE

	EndGame(code, arg1, arg2, arg3, arg3)
{
...
CloseEngine(EngineHandle);
...
}

SEE ALSO

OpenEngine()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Spaceballs

SPB
PHA
AFL
FC

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se