Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
IXObject.h File Reference

Go to the source code of this file.

Namespaces

 GrayLib
 

Typedefs

typedef FOURCC GrayLib::XOBJTID_t
 a unique FOURCC id for a type of XObject, 0=k_XOBJTID_NULL, MAKEFOURCC(a,b,c,d). Equiv to GUID for IUnknown More...
 

Variables

const XOBJTID_t GrayLib::k_XOBJTID_NULL = ((XOBJTID_t)0)
 a NULL object type. More...
 
const XOBJTID_t GrayLib::k_XOBJTID_DEFAULT = ((XOBJTID_t)0xFFFF)
 a default XObject created for scripting. More...
 

Detailed Description

Expose a resource object to an external application/DLL. very much like COM, .NET