IAccDictionary::LookupMnemonicTerm

Clients call the IAccDictionary::LookupMnemonicTerm method to find the property for a given mnemonic string.

HRESULT LookupMnemonicTerm(
BSTRbstrMnemonic,GUID* pTerm);

Parameters

  • bstrMnemonic
    [in] A non-localized mnemonic string for a property.
  • pTerm
    [out] A GUID representing the property in bstrMnemonic.

Return Values

If successful, returns S_OK.

Remarks

If the bstrMnemnoic parameter is not found in the dictionary, then pTerm will be NULL.

Requirements

**  Windows NT/2000/XP/Server 2003:** Included in Windows XP and Windows Server 2003.
**  Windows 95/98/Me:** Unsupported.
**  Redistributable:** Requires Active Accessibility 2.0 RDK on Windows NT 4.0 SP6 and Windows 98.
**  Header:** Declared in Msaatext.h.