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.
|
|
//+---------------------------------------------------------------------------- // // File: allcmdir.rc // // Module: CMSTP.EXE and CMCFG32.DLL // // Synopsis: Resource script for the function GetAllUsersCmDir, // see common\source\allcmdir.cpp. // // Copyright (c) 1999 Microsoft Corporation // // Author: quintinb Created 08/05/99 // //+---------------------------------------------------------------------------- STRINGTABLE DISCARDABLE BEGIN
IDS_CMSUBFOLDER "\\Microsoft\\Network\\Connections\\Cm" IDS_APPDATA "Application Data"
END
|