11 lines
181 B
C
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__
|