Rev | Line | |
---|
[4] | 1 | /* $Id: compobj.h,v 1.1 1999-05-24 20:19:09 ktk Exp $ */
|
---|
| 2 |
|
---|
| 3 | #ifndef __WINE_COMPOBJ_H
|
---|
| 4 | #define __WINE_COMPOBJ_H
|
---|
| 5 |
|
---|
| 6 | /* All private prototye functions used by OLE will be added to this header file */
|
---|
| 7 |
|
---|
| 8 | #include "objbase.h"
|
---|
| 9 |
|
---|
| 10 | /* This function initialize the Running Object Table */
|
---|
| 11 | HRESULT WINAPI RunningObjectTableImpl_Initialize();
|
---|
| 12 |
|
---|
| 13 | /* This function uninitialize the Running Object Table */
|
---|
| 14 | HRESULT WINAPI RunningObjectTableImpl_UnInitialize();
|
---|
| 15 |
|
---|
| 16 | /* This function decompose a String path to a String Table containing all the elements ("\" or "subDirectory" or "Directoy" or "FileName") of the path */
|
---|
| 17 | int WINAPI FileMonikerImpl_DecomposePath(LPOLESTR str, LPOLESTR** stringTable);
|
---|
| 18 |
|
---|
| 19 | #endif /* __WINE_COMPOBJ_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.