Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does "STDMETHODIMP" means??

Status
Not open for further replies.

Bartec

Programmer
Jan 21, 2005
54
0
0
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

 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top