Leaked source code of windows server 2003
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.
|
|
//****************************************************************************
//
// File: wbguid.h
// Content: This file contains the class GUID for Microsoft T126 WB.
//
// Copyright (c) Microsoft Corporation 1995-1996
//
//****************************************************************************
// {340f4a60-7067-11d0-a041-444553540000}
//
const GUID CLSID_NM2Wb = { 0x340f4a60, 0x7067, 0x11d0, { 0xa0, 0x41, 0x44, 0x45, 0x53, 0x54, 0x0, 0x0 } };
|