aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.cpp
blob: 0b48727d3028eef056c315c11e4a31222927bf46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Message.cpp : Implementation of CMessage

#include "pch.h"
#include "Message.h"


// CMessage

HRESULT STDMETHODCALLTYPE CMessage::SayHello(void)
{
	return S_OK;
};