Show
Ignore:
Timestamp:
09/17/08 03:42:14 (2 months ago)
Author:
sleets
Message:

add uuid.d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/comcat.d

    r155 r289  
    3636alias CATEGORYINFO* LPCATEGORYINFO; 
    3737 
    38 extern (C) { 
    39     const CATID 
    40         CATID_Insertable, 
    41         CATID_Control, 
    42         CATID_Programmable, 
    43         CATID_IsShortcut, 
    44         CATID_NeverShowExt, 
    45         CATID_DocObject, 
    46         CATID_Printable, 
    47         CATID_RequiresDataPathHost, 
    48         CATID_PersistsToMoniker, 
    49         CATID_PersistsToStorage, 
    50         CATID_PersistsToStreamInit, 
    51         CATID_PersistsToStream, 
    52         CATID_PersistsToMemory, 
    53         CATID_PersistsToFile, 
    54         CATID_PersistsToPropertyBag, 
    55         CATID_InternetAware, 
    56         CATID_DesignTimeUIActivatableControl; 
    57  
    58     const CLSID CLSID_StdComponentCategoriesMgr; 
    59  
    60     const IID 
    61         IID_IEnumGUID, 
    62         IID_ICatInformation, 
    63         IID_ICatRegister, 
    64         IID_IEnumCATEGORYINFO; 
    65 } 
    66  
    6738alias IEnumGUID IEnumCATID; 
    6839alias LPENUMGUID LPENUMCATID;