Enables an input object to process keyboard accelerators.
Syntax
HRESULT WINAPI IUnknown_TranslateAcceleratorIO (
IUnknown* pUnk,
MSG* pMsg
)
Parameters
- pUnk
- An interface pointer that supports the IInputObject interface
- pMsg
- A pointer to a MSG structure to containing a keyboard message
Return Value
S_OK on success, standard COM error code on failure
Remarks
This function is a simple C-ish wrapper around QueryInterface and a call to IInputObject::TranslateAcceleratorIO
This function is also known as _IUnknown_TranslateAcceleratorGlobal@8.