/*
 * 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_

