| /* All private prototye functions used by OLE will be added to this header file */ |
| /* This function initialize the Running Object Table */ |
| HRESULT WINAPI RunningObjectTableImpl_Initialize(); |
| /* This function uninitialize the Running Object Table */ |
| HRESULT WINAPI RunningObjectTableImpl_UnInitialize(); |
| /* This function decompose a String path to a String Table containing all the elements ("\" or "subDirectory" or "Directoy" or "FileName") of the path */ |
| int WINAPI FileMonikerImpl_DecomposePath(LPOLESTR str, LPOLESTR** stringTable); |
| #endif /* __WINE_COMPOBJ_H */ |