windows-nt/Source/XPSP1/NT/shell/shell32/openwith.h
2020-09-26 16:20:57 +08:00

16 lines
259 B
C

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