2009年7月3日 星期五

macro for interface method

STDMETHOD:
for method definition, return type must be HRESULT

STDMETHOD_(type)
for method definition, return type is not HRESULT

STDMETHODIMP:
for method implementation, return type must be HRESULT

STDMETHODIMP_(type):
for method implementation, return type is not HRESULT

沒有留言: