You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
435 B
15 lines
435 B
//*************************************************************
|
|
//
|
|
// Microsoft Confidential
|
|
// Copyright (c) Microsoft Corporation 2000
|
|
// All rights reserved
|
|
//
|
|
//*************************************************************
|
|
|
|
#define INITGUID
|
|
|
|
#include <ole2.h>
|
|
|
|
// {eb7428f5-ab1f-4322-a4cc-1f1a9b2c5e98}
|
|
DEFINE_GUID(CLSID_CUserProfile,
|
|
0xeb7428f5, 0xab1f, 0x4322, 0xa4, 0xcc, 0x1f, 0x1a, 0x9b, 0x2c, 0x5e, 0x98);
|