17 lines
505 B
C++
17 lines
505 B
C++
/**********************************************************************/
|
|
/** Microsoft Windows/NT **/
|
|
/** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
cmptrmgr.cpp
|
|
computer management
|
|
|
|
FILE HISTORY:
|
|
|
|
*/
|
|
#include "stdafx.h"
|
|
#include <compuuid.h>
|
|
#include "cmptrmgr.h"
|
|
GUID NODETYPE_COMPUTERMANAGEMENT_SERVERAPPS = structuuidNodetypeServerApps;
|