forked from multiOTP/multiOTPCredentialProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguid.h
More file actions
15 lines (13 loc) · 609 Bytes
/
guid.h
File metadata and controls
15 lines (13 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// 5fd3d285-0dd9-4362-8855-e0abaacd4af6
//DEFINE_GUID(CLSID_CSample, 0x5fd3d285, 0x0dd9, 0x4362, 0x88, 0x55, 0xe0, 0xab, 0xaa, 0xcd, 0x4a, 0xf6);
// {FCEFDFAB-B0A1-4C4D-8B2B-4FF4E0A3D978}
DEFINE_GUID(CLSID_CSample,
0xfcefdfab, 0xb0a1, 0x4c4d, 0x8b, 0x2b, 0x4f, 0xf4, 0xe0, 0xa3, 0xd9, 0x78);