16 lines
251 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*
* openwith.h -- Open With context menu handler
*/
#ifndef _OPENWITH_H_
#define _OPENWITH_H_
// Prototypes for all modules
STDAPI COpenWithMenu_CreateInstance(IUnknown* pUnkOuter, REFIID riid, OUT LPVOID * ppvOut);
#endif // _OPENWITH_H_