- COM/IUnknown . . . . 4 matches
virtual HRESULT QueryInterface(REFIID riid, void** ppvObject) = 0;
HRESULT (*QueryInterface) (IUnknown *This, REFIID *This, REFIID riid, void** ppvObject);
== QueryInterface ==
인터페이스 포인터는 '''QueryInterface(IID_IUnknown, (void**) &pIUnknownInterface)''' 를 통해서 얻을 수 있으며, 이의 유효를 검사하는 것이 가능하다.
- ActiveTemplateLibrary . . . . 2 matches
{{{~cpp QueryInterface}}} 까지 대신 해주는 smart pointer class
pUnk->QueryInterface(IOleWindow, IID_IOleWindow, &pOleWin);
- MFC/ObjectLinkingEmbedding . . . . 1 match
|| QueryInterface() || 특정한 인터페이스가 객체에 의해 지원되는지를 검사. 지원된다면 포인터가 리턴된다. ||
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.