windows-nt/Source/XPSP1/NT/com/oleutest/olebind/tmoniker.h
2020-09-26 16:20:57 +08:00

11 lines
181 B
C

#ifndef __TMONIKER_H__
#define __TMONIKER_H__
BOOL TestBindCtx(void);
BOOL TestROT(REFCLSID clsid);
BOOL TestMoniker(LPWSTR pszPath1, LPWSTR pszPath2);
#endif // __TMONIKER_H__