1 // Copyright 2014 PDFium Authors. All rights reserved.
\r
2 // Use of this source code is governed by a BSD-style license that can be
\r
3 // found in the LICENSE file.
\r
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
\r
7 #ifndef _FWL_TARGET_H
\r
8 #define _FWL_TARGET_H
\r
14 IFWL_Target* Retain();
\r
15 FX_DWORD GetRefCount() const;
\r
16 FWL_ERR GetClassName(CFX_WideString &wsClass) const;
\r
17 FX_DWORD GetClassID() const;
\r
18 FX_BOOL IsInstance(FX_WSTR wsClass) const;
\r
19 FWL_ERR Initialize();
\r
22 virtual ~IFWL_Target();
\r