#include <PEIUnknown.h>
Производные классы:PE::PEIBase.
Открытые члены | |
| virtual uint32_t | QueryInterface (const PEGUID &guid, void **obj)=0 |
| virtual int | _AddRef ()=0 |
| virtual int | _Release ()=0 |
| virtual uint32_t PE::PEIUnknown::QueryInterface | ( | const PEGUID & | guid, | |
| void ** | obj | |||
| ) | [pure virtual] |
Query interface. This method returns the requested interface [quid] in the parameter [obj].
Return value: 0 if the requested interface exists, else non-zero.
Замещается в PE::PEOGLRenderer.
| virtual int PE::PEIUnknown::_AddRef | ( | ) | [pure virtual] |
| virtual int PE::PEIUnknown::_Release | ( | ) | [pure virtual] |
1.5.8