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.
 
 
 
 
 
 

30 lines
994 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995 - 1995.
//
// File: helpids.h
//
// Contents: Help context identifiers
//
// History: 13-Sep-95 BruceFo Created
//
//--------------------------------------------------------------------------
#define HC_OK 1
#define HC_CANCEL 2
#define HC_SHARE_SHARENAME 3
#define HC_SHARE_COMMENT 4
#define HC_SHARE_MAXIMUM 5
#define HC_SHARE_ALLOW 6
#define HC_SHARE_ALLOW_VALUE 7
#define HC_SHARE_PERMISSIONS 8
#define HC_SHARE_PATH 9
// The following are help ids for the ACL editor
#define ACL_HC_MAIN_DLG 20
#define ACL_HC_ADD_USER_DLG 21
#define ACL_HC_ADD_USER_MEMBERS_LG_DLG 22
#define ACL_HC_ADD_USER_MEMBERS_GG_DLG 23
#define ACL_HC_ADD_USER_SEARCH_DLG 24