Windows2000/private/shell/shell32/openwith.h
2020-09-30 17:12:32 +02:00

16 lines
251 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_