summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-03-26 19:21:20 +0000
committer <>2014-05-08 15:03:54 +0000
commitfb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch)
treec2103d76aec5f1f10892cd1d3a38e24f665ae5db /src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h
parent58ed4748338f9466599adfc8a9171280ed99e23f (diff)
downloadVirtualBox-master.tar.gz
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h')
-rw-r--r--src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h b/src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h
index 0443a322..109576b6 100644
--- a/src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h
+++ b/src/VBox/Additions/WINNT/VBoxMMR/tsmfhook.h
@@ -17,10 +17,10 @@
#pragma once
-// The following ifdef block is the standard way of creating macros which make exporting
+// The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the TSMFHOOK_EXPORTS
// symbol defined on the command line. This symbol should not be defined on any project
-// that uses this DLL. This way any other project whose source files include this file see
+// that uses this DLL. This way any other project whose source files include this file see
// TSMFHOOK_API functions as being imported from a DLL, whereas this DLL sees symbols
// defined with this macro as being exported.
#ifdef TSMFHOOK_EXPORTS
@@ -34,23 +34,23 @@ extern "C" TSMFHOOK_API LRESULT CALLBACK CBTProc(int nCode, WPARAM wParam, LPARA
void Shutdown();
// {56E95534-F42E-4C79-8EED-B121B4823163}
-static const GUID ProviderId =
+static const GUID ProviderId =
{ 0x56e95534, 0xf42e, 0x4c79, { 0x8e, 0xed, 0xb1, 0x21, 0xb4, 0x82, 0x31, 0x63 } };
// {06797744-5A74-4782-B2AB-B86D9F6C7B4A}
-static const GUID ChannelOpenCategoryId =
+static const GUID ChannelOpenCategoryId =
{ 0x6797744, 0x5a74, 0x4782, { 0xb2, 0xab, 0xb8, 0x6d, 0x9f, 0x6c, 0x7b, 0x4a } };
// {BF94ED39-9585-4822-B69E-DF19549A664C}
-static const GUID ChannelWriteCategoryId =
+static const GUID ChannelWriteCategoryId =
{ 0xbf94ed39, 0x9585, 0x4822, { 0xb6, 0x9e, 0xdf, 0x19, 0x54, 0x9a, 0x66, 0x4c } };
// {95375270-AE5F-423E-A4EB-5AE7FC649CF6}
-static const GUID ChannelReadCategoryId =
+static const GUID ChannelReadCategoryId =
{ 0x95375270, 0xae5f, 0x423e, { 0xa4, 0xeb, 0x5a, 0xe7, 0xfc, 0x64, 0x9c, 0xf6 } };
// {01F2A23A-4144-45E6-9933-4668915A1758}
-static const GUID ChannelCloseCategoryId =
+static const GUID ChannelCloseCategoryId =
{ 0x1f2a23a, 0x4144, 0x45e6, { 0x99, 0x33, 0x46, 0x68, 0x91, 0x5a, 0x17, 0x58 } };
#pragma pack(push, 1)