aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Msmq/ca/mqutilsched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Msmq/ca/mqutilsched.h')
-rw-r--r--src/ext/Msmq/ca/mqutilsched.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ext/Msmq/ca/mqutilsched.h b/src/ext/Msmq/ca/mqutilsched.h
new file mode 100644
index 00000000..e172257d
--- /dev/null
+++ b/src/ext/Msmq/ca/mqutilsched.h
@@ -0,0 +1,9 @@
1#pragma once
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
4
5HRESULT PcaGuidToRegFormat(
6 LPWSTR pwzGuid,
7 LPWSTR pwzDest,
8 SIZE_T cchDest
9 );