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.
12 lines
442 B
12 lines
442 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: iids.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
// CLSID_DsSecurity {4E40F770-369C-11d0-8922-00A024AB2DBB}
|
|
DEFINE_GUID(CLSID_DsSecurity, 0x4e40f770, 0x369c, 0x11d0, 0x89, 0x22, 0x0, 0xa0, 0x24, 0xab, 0x2d, 0xbb);
|