Code::Blocks  SVN r11506
Functions
SquirrelBindingsUtilsWin32.cpp File Reference
#include "SquirrelBindingsUtilsWin32.h"
Include dependency graph for SquirrelBindingsUtilsWin32.cpp:

Go to the source code of this file.

Functions

SQInteger refcounted_release_hook (SQUserPointer p, SQInteger)
 
static BOOL __CreateRefCountedInstance (HSQUIRRELVM v, const SQChar *classname, IUnknown *pRC, SQRELEASEHOOK hook)
 
SQInteger construct_RefCounted (IUnknown *p)
 
BOOL CreateRefCountedInstance (HSQUIRRELVM v, const SQChar *classname, IUnknown *pRC)
 

Function Documentation

◆ __CreateRefCountedInstance()

static BOOL __CreateRefCountedInstance ( HSQUIRRELVM  v,
const SQChar classname,
IUnknown *  pRC,
SQRELEASEHOOK  hook 
)
static

Definition at line 15 of file SquirrelBindingsUtilsWin32.cpp.

References CreateNativeClassInstance().

Referenced by CreateRefCountedInstance().

◆ construct_RefCounted()

SQInteger construct_RefCounted ( IUnknown *  p)

◆ CreateRefCountedInstance()

BOOL CreateRefCountedInstance ( HSQUIRRELVM  v,
const SQChar classname,
IUnknown *  pRC 
)

◆ refcounted_release_hook()

SQInteger refcounted_release_hook ( SQUserPointer  p,
SQInteger   
)

Definition at line 8 of file SquirrelBindingsUtilsWin32.cpp.

Referenced by construct_RefCounted(), and CreateRefCountedInstance().