aboutsummaryrefslogtreecommitdiff
path: root/src/ca/mqqueueexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ca/mqqueueexec.h')
-rw-r--r--src/ca/mqqueueexec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ca/mqqueueexec.h b/src/ca/mqqueueexec.h
index 37ceea50..76bc2023 100644
--- a/src/ca/mqqueueexec.h
+++ b/src/ca/mqqueueexec.h
@@ -2,8 +2,8 @@
2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 3
4 4
5HRESULT MqiInitialize(); 5HRESULT MqiExecInitialize();
6void MqiUninitialize(); 6void MqiExecUninitialize();
7HRESULT MqiCreateMessageQueues( 7HRESULT MqiCreateMessageQueues(
8 LPWSTR* ppwzData 8 LPWSTR* ppwzData
9 ); 9 );