Sep 20, 2005 #1 Bartec Programmer Jan 21, 2005 54 PL Hi! All I'm asking for is in the title. Is that a variable?? I often can see method with this expresion (e.g.) Code: .......... STDMETHODIMP BufferCB(double dblSampleTime) { ........ } Thanks for any response Best regards Bartec
Hi! All I'm asking for is in the title. Is that a variable?? I often can see method with this expresion (e.g.) Code: .......... STDMETHODIMP BufferCB(double dblSampleTime) { ........ } Thanks for any response Best regards Bartec
Sep 20, 2005 #2 TipGiver Programmer Sep 1, 2005 1,863 If you write this word in google, you'll have an answear quickly. Just: http://www.google.com.gr/search?hl=el&q=STDMETHODIMP&meta= Upvote 0 Downvote
If you write this word in google, you'll have an answear quickly. Just: http://www.google.com.gr/search?hl=el&q=STDMETHODIMP&meta=
Sep 20, 2005 #3 HyperEngineer Programmer May 8, 2002 190 US Bartec, According to MSDN: Defines an interface function that returns an HRESULT. It is used for method implementations. #define STDMETHODIMP HRESULT STDMETHODCALLTYPE HyperEngineer If it ain't broke, it probably needs improvement. Upvote 0 Downvote
Bartec, According to MSDN: Defines an interface function that returns an HRESULT. It is used for method implementations. #define STDMETHODIMP HRESULT STDMETHODCALLTYPE HyperEngineer If it ain't broke, it probably needs improvement.