summaryrefslogtreecommitdiff
path: root/general/WinHEC 2017 Lab/Toaster Driver/Service/RpcInterface.acf
diff options
context:
space:
mode:
Diffstat (limited to 'general/WinHEC 2017 Lab/Toaster Driver/Service/RpcInterface.acf')
-rw-r--r--general/WinHEC 2017 Lab/Toaster Driver/Service/RpcInterface.acf17
1 files changed, 0 insertions, 17 deletions
diff --git a/general/WinHEC 2017 Lab/Toaster Driver/Service/RpcInterface.acf b/general/WinHEC 2017 Lab/Toaster Driver/Service/RpcInterface.acf
deleted file mode 100644
index d00ed5af..00000000
--- a/general/WinHEC 2017 Lab/Toaster Driver/Service/RpcInterface.acf
+++ /dev/null
@@ -1,17 +0,0 @@
-//*********************************************************
-//
-// Copyright (c) Microsoft. All rights reserved.
-// This code is licensed under the Microsoft Public License.
-// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
-// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
-// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
-// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
-//
-//*********************************************************
-
-
-interface RpcInterface
-{
- // We need the RPC to call rundown when the client goes away
- typedef [context_handle_noserialize] PCONTEXT_HANDLE_TYPE;
-}