windows-nt/Source/XPSP1/NT/com/oleutest/olebind/tmoniker.h

11 lines
181 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __TMONIKER_H__
#define __TMONIKER_H__
BOOL TestBindCtx(void);
BOOL TestROT(REFCLSID clsid);
BOOL TestMoniker(LPWSTR pszPath1, LPWSTR pszPath2);
#endif // __TMONIKER_H__