source:
trunk/src/quartz/quartz_private.h@
6637
      
      | Last change on this file since 6637 was 6563, checked in by , 24 years ago | |
|---|---|
| File size: 309 bytes | |
| Line | |
|---|---|
| 1 | #ifndef QUARTZ_PRIVATE_H | 
| 2 | #define QUARTZ_PRIVATE_H | 
| 3 | |
| 4 | typedef HRESULT (*QUARTZ_pCreateIUnknown)(IUnknown* punkOuter,void** ppobj); | 
| 5 | |
| 6 | void* QUARTZ_AllocObj( DWORD dwSize ); | 
| 7 | void QUARTZ_FreeObj( void* pobj ); | 
| 8 | void* QUARTZ_AllocMem( DWORD dwSize ); | 
| 9 | void QUARTZ_FreeMem( void* pMem ); | 
| 10 | |
| 11 | #endif /* QUARTZ_PRIVATE_H */ | 
| 12 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
