browserInternal.h 886 B

12345678910111213141516171819202122232425262728293031323334
  1. #ifndef NULLSOFT_WINAMP_OMBROWSER_INTERNAL_HEADER
  2. #define NULLSOFT_WINAMP_OMBROWSER_INTERNAL_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <wtypes.h>
  7. #ifndef __IProtectFocus_INTERFACE_DEFINED__
  8. #define __IProtectFocus_INTERFACE_DEFINED__
  9. /* interface IProtectFocus */
  10. /* [unique][uuid][object] */
  11. EXTERN_C const IID IID_IProtectFocus;
  12. MIDL_INTERFACE("d81f90a3-8156-44f7-ad28-5abb87003274")
  13. IProtectFocus : public IUnknown
  14. {
  15. public:
  16. virtual HRESULT STDMETHODCALLTYPE AllowFocusChange(/* [out] */ BOOL *pfAllow) = 0;
  17. };
  18. #endif /* __IProtectFocus_INTERFACE_DEFINED__ */
  19. #define SID_SProtectFocus IID_IProtectFocus
  20. typedef void (CALLBACK *DISPATCHAPC)(IDispatch *pDisp, ULONG_PTR /*param*/);
  21. HRESULT FormatEncryptionString(UINT encryptionId, LPWSTR pszBuffer, INT cchBufferMax);
  22. #endif //NULLSOFT_WINAMP_OMBROWSER_INTERNAL_HEADER