source: trunk/src/ole32/compobj_private.h@ 6496

Last change on this file since 6496 was 5602, checked in by sandervl, 24 years ago

resync with Wine 20010418

File size: 658 bytes
Line 
1#ifndef __WINE_OLE_COMPOBJ_H
2#define __WINE_OLE_COMPOBJ_H
3
4/* All private prototype functions used by OLE will be added to this header file */
5
6#include "wtypes.h"
7
8/* This function initialize the Running Object Table */
9HRESULT WINAPI RunningObjectTableImpl_Initialize();
10
11/* This function uninitialize the Running Object Table */
12HRESULT WINAPI RunningObjectTableImpl_UnInitialize();
13
14/* This function decomposes a String path to a String Table containing all the elements ("\" or "subDirectory" or "Directory" or "FileName") of the path */
15int WINAPI FileMonikerImpl_DecomposePath(LPOLESTR str, LPOLESTR** stringTable);
16
17#endif /* __WINE_OLE_COMPOBJ_H */
Note: See TracBrowser for help on using the repository browser.