![]() ![]() ![]()
|
BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1 |

| BREW 2.0 | BREW 2.1 | BREW 3.1 |
|---|---|---|
| O | O | O |
| Public Functions | |
|---|---|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
) QueryInterface( AEECLSID clsid , SFBBaseSmpPtr handle ) Ask an object for another API contract from the object in question.
|
| SFBBaseSmp |
QueryInterface(
AEECLSID clsid
) Ask an object for another API contract from the object in question.
|
| Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
) Helper macro for those implementing an object with a single interface.
|
| SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
) Helper macro for those implementing an object with a single interface.
|
[ public ] SFCError QueryInterface( AEECLSID clsid // requested class ID exposed by the object VoidHandle handle // returned object. Filled by this method );
[ public ] SFCError QueryInterface( AEECLSID clsid // requested class ID exposed by the object SFBBaseSmpPtr handle // returned object );
[ public ] SFBBaseSmp QueryInterface( AEECLSID clsid );
[ public ] Void Self( AEECLSID clsidReq // the ClassID passed to QueryInterface, the requested ClassID SFBQuerySmpPtr clone // output interface pointer AEECLSID clsidImp // the ClassID of the interface (other than IQueryInterface) that the object implements );
[ public ] SFBQuerySmp Self( AEECLSID clsidReq // the ClassID passed to QueryInterface, the requested ClassID AEECLSID clsidImp // the ClassID of the interface (other than IQueryInterface) that the object implements );
|
Copyright (C) 2002 - 2009 Sophia Cradle, Inc. All Rights Reserved. |
![]() ![]() ![]()
|