mirror of https://github.com/tongzx/nt5src
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.
26 lines
456 B
26 lines
456 B
/*++
|
|
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_
|