Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
181 B

  1. #ifndef __TMONIKER_H__
  2. #define __TMONIKER_H__
  3. BOOL TestBindCtx(void);
  4. BOOL TestROT(REFCLSID clsid);
  5. BOOL TestMoniker(LPWSTR pszPath1, LPWSTR pszPath2);
  6. #endif // __TMONIKER_H__