- Timestamp:
- Jan 8, 2000, 10:27:56 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole32.cpp
r1033 r2362 1 /* $Id: ole32.cpp,v 1.1 1 1999-09-24 21:49:43davidr Exp $ */1 /* $Id: ole32.cpp,v 1.12 2000-01-08 09:27:56 davidr Exp $ */ 2 2 /* 3 3 * … … 545 545 546 546 // ---------------------------------------------------------------------- 547 // CoRe gisterClassObject548 // ----------------------------------------------------------------------547 // CoRevokeClassObject 548 // 549 549 // This method will remove a class object from the class registry 550 // ---------------------------------------------------------------------- 550 551 HRESULT WIN32API CoRevokeClassObject(DWORD dwRegister) 551 552 { … … 553 554 RegisteredClass * curClass; 554 555 555 dprintf(("OLE32: CoRe gisterClassObject"));556 dprintf(("OLE32: CoRevokeClassObject")); 556 557 557 558 // Iterate through the whole list and try to match the cookie. … … 586 587 // ---------------------------------------------------------------------- 587 588 // GetClassFile 588 // ----------------------------------------------------------------------589 // 589 590 // This function supplies the CLSID associated with the given filename. 591 // ---------------------------------------------------------------------- 590 592 HRESULT WIN32API GetClassFile(LPOLESTR filePathName, CLSID *pclsid) 591 593 {
Note:
See TracChangeset
for help on using the changeset viewer.