27 lines
456 B
C
27 lines
456 B
C
|
/*++
|
||
|
Copyright (C) Microsoft Corporation, 1996 - 1999
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
rsstrdef.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This module defines common string identifiers that are held in Wsb resources
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Ran Kalach (rankala) 3/23/00
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef _RSSTRDEF_
|
||
|
#define _RSSTRDEF_
|
||
|
|
||
|
// Gloabl HSM string identifiers (reserved range: 1024 - 2047)
|
||
|
|
||
|
#define IDS_HSM_SCHED_TASK_TITLE 1024
|
||
|
#define IDS_HSM_SCHED_COMMENT 1025
|
||
|
|
||
|
#endif // _RSSTRDEF_
|