| Last change
 on this file since 588 was             291, checked in by davidr, 26 years ago | 
        
          | 
Updated clsid handling to correctly draw textual clsid'sFixed GUID instansiation.
 Moved initialisation to OLE32.CPP
 Added many new APIs incl. CoCreateInstance & CoGetClassObject.
 Many partially implemented stubs completed and moved to OLE32.CPP
 Running Object Table implemented (Moniker.cpp)
 IMalloc & Task Memory implemented.
 
 | 
        
          | File size:
            552 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* | 
|---|
| 2 | * | 
|---|
| 3 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 4 | * | 
|---|
| 5 | */ | 
|---|
| 6 | /* | 
|---|
| 7 | * COM/OLE Startup shutdown. | 
|---|
| 8 | * | 
|---|
| 9 | * 1/7/99 | 
|---|
| 10 | * | 
|---|
| 11 | * Copyright 1999 David J. Raison | 
|---|
| 12 | * | 
|---|
| 13 | * Some portions from Wine Implementation | 
|---|
| 14 | *   Copyright 1995  Martin von Loewis | 
|---|
| 15 | *   Copyright 1998  Justin Bradford | 
|---|
| 16 | *   Copyright 1999  Francis Beaudet | 
|---|
| 17 | *   Copyright 1999  Sylvain St-Germain | 
|---|
| 18 | */ | 
|---|
| 19 |  | 
|---|
| 20 | #include "ole32.h" | 
|---|
| 21 |  | 
|---|
| 22 | // ---------------------------------------------------------------------- | 
|---|
| 23 | // Local data | 
|---|
| 24 | // ---------------------------------------------------------------------- | 
|---|
| 25 |  | 
|---|
| 26 |  | 
|---|
| 27 |  | 
|---|
| 28 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.