logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

icetGetContext -- retrieves the current context

Bugs

       None known.

Description

       The  icetGetContext  function retrieves the handle for the current context. This handle may be stored and
       set for later use with icetSetContext (assuming the context has not been since destroyed).

Errors

       None.

Name

icetGetContext--retrievesthecurrentcontext

Return Value

       A handle for the current context.

See Also

icetSetContext(3), icetCreateContext(3), icetDestroyContext(3), icetCopyState(3)

IceT Reference                                   August  9, 2010                               icetGetContext(3)

Synopsis

       #include <IceT.h>

       IceTContexticetGetContext(   void   );

Warnings

       None.

See Also