home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / RMPRPTYP.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  3KB  |  73 lines

  1. /* @(#)Z 1.4 com/src/registry/rmprptyp.h, odconfig, od96os2, odos29646d 96/11/15 15:49:28 (96/10/29 09:30:17) */
  2. /*====START_GENERATED_PROLOG======================================
  3.  */
  4. /*
  5.  *   COMPONENT_NAME: odconfig
  6.  *
  7.  *   CLASSES: none
  8.  *
  9.  *   ORIGINS: 27
  10.  *
  11.  *
  12.  *   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  13.  *   All Rights Reserved
  14.  *   Licensed Materials - Property of IBM
  15.  *   US Government Users Restricted Rights - Use, duplication or
  16.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17.  *       
  18.  *   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19.  *   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20.  *   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21.  *   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22.  *   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23.  *   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24.  *   OR PERFORMANCE OF THIS SOFTWARE.
  25.  */
  26. /*====END_GENERATED_PROLOG========================================
  27.  */
  28.  
  29. #ifndef _RMPRPTYP_
  30. #define _RMPRPTYP_
  31.  
  32.  
  33. enum
  34. {
  35.     CM_READONLY,
  36.     CM_READWRITE
  37. };
  38.  
  39. // ***************************************************************************
  40. // * Bento value type constants
  41. // ***************************************************************************
  42.  
  43. const char* const kRMContainerType       = "RM:TYPE:RMContainer";
  44. const char* const kRMISOStringType       = "RM:TYPE:ISOString";
  45. const char* const kRMstringType          = "RM:TYPE:string";
  46. const char* const kRMsequenceType        = "RM:TYPE:sequence";
  47. const char* const kRMOperatingSystemType = "RM:TYPE:OperatingSystem";
  48. const char* const kRMlongType            = "RM:TYPE:long";    
  49. const char* const kRMPartKindInfoType    = "RM:TYPE:PartKindInfo";
  50.  
  51. // ***************************************************************************
  52. // * Bento property constants
  53. // ***************************************************************************
  54.  
  55. const char* const kRMpartHandlerNameProp        = "RM:PROP:partHandlerName";
  56. const char* const kRMpartHandlerDisplayNameProp = "RM:PROP:partHandlerDisplayName";
  57. const char* const kRMpartHandlerClassNameProp   = "RM:PROP:partHandlerClassName";
  58. const char* const kRMDLLNameProp                = "RM:PROP:DLLName";
  59. const char* const kRMpartKindInfoProp           = "RM:PROP:partKindInfo";
  60. const char* const kRMole2ClassIdProp            = "RM:PROP:ole2ClassId";
  61. const char* const kRMwindowsIconFilenameProp    = "RM:PROP:windowsIconFilename";
  62. const char* const kRMosProp                     = "RM:PROP:os";
  63.                  
  64. const char* const kRMpartKindNameProp            = "RM:PROP:partKindName";        
  65. const char* const kRMpartKindDisplayNameProp     = "RM:PROP:partKindDisplayName"; 
  66. const char* const kRMfilenameFiltersProp         = "RM:PROP:filenameFilters";     
  67. const char* const kRMfilenameTypesProp           = "RM:PROP:filenameTypes";     
  68. const char* const kRMcategoriesProp              = "RM:PROP:categories";          
  69. const char* const kRMcategoryDisplayNameProp     = "RM:PROP:categoryDisplayName"; 
  70. const char* const kRMobjectIDProp                = "RM:PROP:objectID";          
  71.  
  72. #endif
  73.