Public Member Functions | |
TekStd () | |
~TekStd () | |
virtual unsigned int | AddRef () |
virtual TEKERR | CheckFor (const uuid_t *UUIDArray, size_t UUIDArraySize, unsigned short Flags=0x0000, void **RetVal=(void **) NULL, unsigned int **RefCountPtrRet=(unsigned int **) NULL) |
virtual unsigned int | Release () |
virtual TEKERR | CallFunc (const uchar_t *FuncName, void *RetVal, unsigned short ParamsCount, void **Params) |
This interface defines the standard for, at minimum, passing interface pointers to something that is referencable to any function requiring an interface instantizable from the teklti library.
This interface is INHERITABLE.
Definition at line 1287 of file teklti.h.
|
Instantizer. Definition at line 42 of file TekStd.cpp. |
|
Destructor. Definition at line 51 of file TekStd.cpp. |
|
Adds a reference to the instance. Definition at line 63 of file TekStd.cpp. Referenced by CheckFor(). |
|
Calls a function in the instance. Definition at line 189 of file TekStd.cpp. |
|
Checks the instance for support of a particular set of interfaces.
Definition at line 90 of file TekStd.cpp. References AddRef(). Here is the call graph for this function: ![]() |
|
Removes a reference to the instance. Definition at line 171 of file TekStd.cpp. |