ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePython 2.4
PyWin32 Documentation
Win32 API
Objects
COMMTIMEOUTS
CopyProgressRoutine
DOCINFO
Dialog Header Tuple
Dialog Item Tuple
ExportCallback
FORM INFO 1
ImportCallback
LARGE INTEGER
NCB
NETRESOURCE
PRINTER DEFAULTS
PyACL
PyBITMAP
PyCEHANDLE
PyCOMSTAT
PyCOORD
PyCREDENTIAL
PyCREDENTIAL ATTRIBUTE
PyCREDENTIAL TARGET INFORMATION
PyCREDUI INFO
PyCRYPTPROTECT PROMPTSTRUCT
PyConsoleScreenBuffer
PyCredHandle
PyCtxtHandle
PyDCB
PyDEVMODE
PyDISPLAY DEVICE
PyDS HANDLE
PyDS NAME RESULT ITEM
PyEventLogRecord
PyGROUP INFO *
PyGROUP INFO 0
PyGROUP INFO 1
PyGROUP INFO 1002
PyGROUP INFO 1005
PyGROUP INFO 2
PyGROUP USERS INFO *
PyGROUP USERS INFO 0
PyGROUP USERS INFO 1
PyHANDLE
PyHDESK
PyHHNTRACK
PyHHN NOTIFY
PyHH AKLINK
PyHH FTS QUERY
PyHH POPUP
PyHH WINTYPE
PyHINTERNET
PyHKEY
PyHTHEME
PyHWINSTA
PyIID
PyINPUT RECORD
PyLOCALGROUP INFO *
PyLOCALGROUP INFO 0
PyLOCALGROUP INFO 1
PyLOCALGROUP INFO 1002
PyLOCALGROUP MEMBERS INFO *
PyLOCALGROUP MEMBERS INFO 0
PyLOCALGROUP MEMBERS INFO 1
PyLOCALGROUP MEMBERS INFO 2
PyLOCALGROUP MEMBERS INFO 3
PyLOGFONT
PyLSA HANDLE
PyLUID AND ATTRIBUTES
PyLsaLogon HANDLE
PyNMHDR
PyOVERLAPPED
PyOVERLAPPEDReadBuffer
PyPERF COUNTER DEFINITION
PyPERF OBJECT TYPE
PyPOINT
PyPROFILEINFO
PyPerfMonManager
PyRECT
PySCROLLINFO
PySECURITY ATTRIBUTES
PySECURITY DESCRIPTOR
PySERVER INFO *
PySERVER INFO 100
PySERVER INFO 101
PySERVER INFO 102
PySERVER INFO 402
PySERVER INFO 403
PySERVER INFO 502
PySERVER INFO 503
PySHARE INFO *
PySHARE INFO 0
PySHARE INFO 1
PySHARE INFO 2
PySHARE INFO 501
PySHARE INFO 502
PySID
PySID AND ATTRIBUTES
PySMALL RECT
PySTARTUPINFO
PySecBuffer
PySecBufferDesc
PyTOKEN GROUPS
PyTOKEN PRIVILEGES
PyTRUSTEE
PyTS HANDLE
PyTime
PyUSER INFO *
PyUSER INFO 0
PyUSER INFO 1
PyUSER INFO 10
PyUSER INFO 1003
PyUSER INFO 1005
PyUSER INFO 1006
PyUSER INFO 1007
PyUSER INFO 1008
PyUSER INFO 1009
PyUSER INFO 1010
PyUSER INFO 1011
PyUSER INFO 11
PyUSER INFO 2
PyUSER INFO 20
PyUSER INFO 3
PyUSER INFO 4
PyUSER MODALS INFO *
PyUSER MODALS INFO 0
PyUSER MODALS INFO 1
PyUSER MODALS INFO 2
PyUSER MODALS INFO 3
PyUSE INFO *
PyUSE INFO 0
PyUSE INFO 1
PyUSE INFO 2
PyUSE INFO 3
PyUnicode
PyWAVEFORMATEX
PyWKSTA INFO *
PyWKSTA INFO 100
PyWKSTA INFO 101
PyWKSTA INFO 102
PyWKSTA INFO 302
PyWKSTA INFO 402
PyWKSTA INFO 502
PyWKSTA TRANSPORT INFO *
PyWKSTA TRANSPORT INFO 0
PyWKSTA USER INFO *
PyWKSTA USER INFO 0
PyWKSTA USER INFO 1
PyWNDCLASS
RASDIALEXTENSIONS
RASDIALPARAMS
SC ACTION
SERVICE FAILURE ACTIONS
SERVICE STATUS
TRACKMOUSEEVENT
ULARGE INTEGER
WIN32 FIND DATA
connection
cursor

MyASPN >> Reference >> ActivePython 2.4 >> PyWin32 Documentation >> Win32 API >> Objects
ActivePython 2.4 documentation

PyHH_AKLINK Object

A Python object, representing an HH_AKLINK structure

Comments

Typically you create a PyHH_AKLINK (via win32help::HH_AKLINK) object, and set its properties. The object can then be passed to any function which takes an HH_AKLINK object.

Use this structure to specify one or more ALink names or KLink keywords that you want to search for.

If the lookup yields no matching topics, HtmlHelp() checks the values of the following HH_AKLINK members to determine what alternative action to take:

indexOnFail. If indexOnFail is TRUE, the Index tab is selected in the help window specified in window, and the keyword specified in keyword is selected in the entry field.

url. If indexOnFail is FALSE, the topic file specified in url appears in the help window specified in window.
msgText and msgTitle. If indexOnFail is FALSE and url is NULL, a message box appears using the text and caption specified in msgText and msgTitle.

Used by
HH_ALINK_LOOKUP
HH_KEYWORD_LOOKUP

Properties

int indexOnFail
Specifies whether to display the keyword in the Index tab of the HTML Help Viewer if the lookup fails. The value of window specifies the Help Viewer.

string keywords
Specifies one or more ALink names or KLink keywords to look up. Multiple entries are delimited by a semicolon.

string url
Specifies the topic file to navigate to if the lookup fails. url refers to a valid topic within the specified compiled help (.chm) file and does not support Internet protocols that point to an HTML file.

string msgText
Specifies the text to display in a message box if the lookup fails and indexOnFail is FALSE and url is NULL.

string msgTitle
Specifies the caption of the message box in which the msgText parameter appears.

string window
Specifies the name of the window type in which to display one of the following:

The selected topic, if the lookup yields one or more matching topics. The topic specified in url, if the lookup fails and a topic is specified in url.

The Index tab, if the lookup fails and indexOnFail is specified as TRUE.


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved