#define DEFINE_COM_QUERY_INTERFACE_END else {*ppv = NULL; return E_NOINTERFACE;} return S_OK;} |
#include <chsvwinutil.h>
Finishes the definition of the QueryInterface method started by either DEFINE_COM_QUERY_INTERFACE_BEGIN
or DECLARE_AND_DEFINE_COM_QUERY_INTERFACE_BEGIN
directive.
For the example code see COM help directives.