Search found 32 matches: queryinterface

Return to advanced search

Re: ACROPDF

... en mi ordenador, me devuelve los metodos accesibles, o supuestamente, como siempre hay que decir en estos casos STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC ...
by cnavarro
Mon May 01, 2023 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 561

Re: llamar funciones de DLL

zkemkeeper.ZKEM.1 STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) STDCALL dispatch ...
by Antonio Linares
Sat Feb 01, 2020 7:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: llamar funciones de DLL
Replies: 20
Views: 4640

Problem x:\fwh\samples\dshow.prg

... in parameter 'rclsid' (wanted 'const _GUID * const', got '_GUID') in function HB_FUN_DSHOWCAMERA Error E2451 dshow.prg 195: Undefined symbol 'QueryInterface' in function HB_FUN_DSHOWCAMERA Error E2121 dshow.prg 196: Function call missing ) in function HB_FUN_DSHOWCAMERA Error E2451 dshow.prg ...
by Jimmy
Sat Nov 30, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1444

BCC71 error

... deleting .\obj1\FastRepH.OBJ  Este es el codigo parte donde genera el error hay marco la linea 33 // *** IUnknown methods *** liena 933 STDMETHOD(QueryInterface) (THIS_ _In_ REFIID riid, _Outptr_ void **ppvObj) PURE; #undef  INTERFACE#define INTERFACE   IPrintDialogCallbackDECLARE_INTERFACE_IID_(IPrintDialogCallback, ...
by ruben Dario
Sun Feb 05, 2017 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BCC71 error
Replies: 1
Views: 607

Re: Tomando fotos con la webcam

... IID *const ' dshow.prg(188): warning C4024: 'CoCreateInstance': different types for formal and actual parameter 4 dshow.prg(195): error C2039: 'QueryInterface': is not a member of 'IBaseFilter' C:\Program Files (x86)\Windows Kits\10\include\10.0.14393.0\um\strmif.h(2321): note: see declaration ...
by luisduque
Sun Aug 28, 2016 4:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 77
Views: 15768

Re: MSVS 2012

... NewProcess ThirdPartyUrlBlocked RedirectXDomainBlocked BeforeScriptExecute WebWorkerStarted WebWorkerFinsihed but with recent changes, we get: QueryInterface AddRef Release GetTypeInfoCount GetTypeInfo GetIDsOfNames Invoke GoBack GoForward GoHome GoSearch Navigate Refresh Refresh2 Stop Application ...
by Antonio Linares
Wed May 22, 2013 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15191

Re: Voice SPEAKING

Inspecting "SAPI.SPVoice" STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) STDCALL ...
by Antonio Linares
Wed May 15, 2013 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice SPEAKING
Replies: 27
Views: 4716

Re: Saber Metodos de un CREATEOBJECT

Adolfo, Todos las classes OLE proporcionan unos métodos básicos: La clase inicial es IUnknown y proporciona estos métodos: AddRef(), QueryInterface() y Release(). Que basicamente sirven para: incrementar el contador de uso, crear un objeto IDispatch para interrogar al objeto y destruir el ...
by Antonio Linares
Tue May 14, 2013 8:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... leyo los DWG de una, pero No es un COM Sketchup... muy basico, intuitivo, y si es un OBJ COM, pero muy pocos metodos, al parecer INVOKE y QUERYINTERFACE podrian hacer la pega STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC ...
by Adolfo
Mon May 13, 2013 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

Inspeccionando "Microsoft.Update.Searcher" STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ...
by Antonio Linares
Mon May 13, 2013 5:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

Inspeccionando "iTunes.Application" STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) ...
by Antonio Linares
Mon May 13, 2013 5:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

Inspeccionando "Microsoft.XmlDom" STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) ...
by Antonio Linares
Mon May 13, 2013 5:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

Inspeccionando "CDO.Message" http://www.paulsadowski.com/wsh/cdo.htm STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( ...
by Antonio Linares
Mon May 13, 2013 5:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

Inspeccionando "SAPI.SpVoice" STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) STDCALL ...
by Antonio Linares
Mon May 13, 2013 5:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

Inspeccionando Adobe Acrobat Reader "AcroPDF.PDF.1" STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] ...
by Antonio Linares
Sun May 12, 2013 10:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315
Next

Return to advanced search