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.
22 lines
1.5 KiB
22 lines
1.5 KiB
/////////////////////////////////////////////////////////////////////////////
|
|
// FILE : FaxSchemaConst.h //
|
|
// //
|
|
// DESCRIPTION : All strings must be used explicitly of //
|
|
// schema containers. //
|
|
// //
|
|
// Do not make any inclusion from this file to others //
|
|
// since file included by setup files !!! // //
|
|
// //
|
|
// AUTHOR : yossg //
|
|
// //
|
|
// HISTORY : //
|
|
// Jun 16 1999 yossg create //
|
|
// //
|
|
// Copyright (C) 1999 Microsoft Corporation All Rights Reserved //
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _H_FAXSCHEMACONST_H_
|
|
#define _H_FAXSCHEMACONST_H_
|
|
|
|
#define SCHEMA_DEVICEDEFAULTS_CONTAINER_NAME L"Fax-DeviceDefaults"
|
|
|
|
#endif //_H_FAXSCHEMACONST_H_
|