source:
trunk/src/quartz/quartz_private.h@
8266
Last change on this file since 8266 was 6952, checked in by , 24 years ago | |
---|---|
File size: 362 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 | void* QUARTZ_ReallocMem( void* pMem, DWORD dwSize ); |
11 | |
12 | #endif /* QUARTZ_PRIVATE_H */ |
13 |
Note:
See TracBrowser
for help on using the repository browser.