diff options
Diffstat (limited to 'private/oleutest/olebind/tmoniker.h')
-rw-r--r-- | private/oleutest/olebind/tmoniker.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/private/oleutest/olebind/tmoniker.h b/private/oleutest/olebind/tmoniker.h new file mode 100644 index 000000000..e562cfed7 --- /dev/null +++ b/private/oleutest/olebind/tmoniker.h @@ -0,0 +1,10 @@ +#ifndef __TMONIKER_H__ +#define __TMONIKER_H__ + +BOOL TestBindCtx(void); + +BOOL TestROT(REFCLSID clsid); + +BOOL TestMoniker(LPWSTR pszPath1, LPWSTR pszPath2); + +#endif // __TMONIKER_H__ |