Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

HAND_CURSOR — cursorID
HAND_THREAD_BEGIN_CURSOR — cursorID
HAND_THREAD_CURSOR — cursorID
HAND_THREAD_END_CURSOR — cursorID
HAND_THREAD_UP_CURSOR — cursorID
HAND_THREAD_UP_END_CURSOR — cursorID
HandleMouseWheelScrollProc — A callback for AVTool. Handles mouse wheel scroll events when the tool is active.
HANDLER
HANDLER
HANDSHAKE_V0200
HANDSHAKE_VERSION
HAS_32BIT_ATOMS
HAS_BOOL_SUPPORT
HAS_FULL_SCREEN
HAS_LEAVE_NOTIFY
HAS_MENUBAR
HAS_MENUS
HFT — An object that describes a set of exported functions. It is an array of function pointers, where the first element is unused.
HFT_and_HFT_Server — HFT and HFT server objects.
HFT_ERROR_NO_VERSION
HFTCallReplacedEntry
HFTData
HFTDataRec
HFTDestroy — Destroys an existing HFT by freeing all the HFT's memory. Call this method only if you are absolutely sure that neither your plug-in nor any other plug-in will use the HFT again. Because this is usually impossible to know, plug-ins should not destroy HFTs. It is even dangerous to destroy an HFT at unload time, because the order in which plug-ins are unloaded is not specified.
HFTEntry — An HFTEntry may be cast to a pointer to a function whose prototype must be provided by the HFT's description file.
HFTEntryReplaceable — A flag that specifies whether an HFT entry is replaceable: If the flag is set, the new entry can be replaced. Clients should generally use this value, allowing other clients to subsequently replace the method again. If the flag is not set, the new entry cannot be replaced.
HFTGetReplacedEntry — Gets the HFTEntry that was replaced by the specified HFTEntry in the specified entry. Plug-ins should generally not use this method directly, but use the CALL_REPLACED_PROC macro instead.
HFTGetVersion — Returns the version of the HFT, if available.
HFTIsValid — Tests whether an HFT is valid.
HFTLocations
HFTNew — Obsolete. See HFTNewEx(). Creates a new HFT by calling the specified HFT server's HFTServerProvideHFTProc().
HFTNewEx — Extends HFTNew() with version information in Acrobat 6. Creates a new HFT by calling the specified HFT server's HFTServerProvideHFTProc().
HFTReplaceEntry — Replaces the specified entry in the specified HFT. This allows a plug-in to override and replace certain methods in Acrobat's API. See Replaceable Methods for a list of replaceable methods. This method can be used from anywhere in the plug-in, but it makes the most sense for most plug-ins to replace methods in the importReplaceAndRegisterCallback() procedure. Plug-ins register their HFTs in the export callback, but the code to populate the function table is only executed when the first client requests the HFT.
HFTReplaceEntryEx — A new version of HFTReplaceEntry() that adds the extension argument.
HFTServer — Each HFT is serviced by an HFT server. The HFT server is responsible for handling requests to obtain or destroy its HFT. An HFTServer is an object that manages several versions of an HFT for different clients which may have been compiled with different versions of the HFT's API.
HFTServerDestroy — Destroys an HFT server. Call this method only if the HFT will not be used again.
HFTServerDestroyProc — A callback for an HFT server. This destroys the specified HFT (for example, by calling HFTServerDestroy()).
HFTServerNew — Creates a new Host Function Table (HFT) server. An HFT server is responsible for creating an instance of an HFT with the specified version number, and destroying the HFT.
HFTServerProvideHFTProc — A callback for an HFT server. This returns an HFT with the specified version number. If the HFT has not yet been created, create and return it. If the HFT already exists, do not create a new copy of it; simply return the existing copy.
HFTUnreplaceEntry — Removes the oldEntry item from hft at sel if the extension fields match. It allows HFT replacements to be undone in cases such as with the DigSig plug-in, which replaces a method that Acrobat could use after DigSig unloads.
HIDDEN_CURSOR — cursorID
HIGHLIGHT_CURSOR — cursorID
HIGHLIGHTTEXT_CURSOR — cursorID
HiliteEntry
HugePtr
HUGEPTRTYPE
HUGEPTRTYPE
HyphenationRecord
HyphenationRecordPtr