| 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 | | |
|---|