windows-nt/Source/XPSP1/NT/shell/shell32/openwith.h

16 lines
259 B
C
Raw Normal View History

2020-09-26 03:20:57 -05: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_