Skip to content

Latest commit

 

History

History
107 lines (92 loc) · 2.57 KB

nf-ocidl-iolecontrol-getcontrolinfo.md

File metadata and controls

107 lines (92 loc) · 2.57 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ocidl.IOleControl.GetControlInfo
IOleControl::GetControlInfo (ocidl.h)
Retrieves information about the control's keyboard mnemonics and behavior.
GetControlInfo
GetControlInfo method [COM]
GetControlInfo method [COM]
IOleControl interface
IOleControl interface [COM]
GetControlInfo method
IOleControl.GetControlInfo
IOleControl::GetControlInfo
_ctrl_iolecontrol_getcontrolinfo
com.iolecontrol_getcontrolinfo
ocidl/IOleControl::GetControlInfo
com\iolecontrol_getcontrolinfo.htm
com
defb7509-e586-45a0-9e56-de9eba17f18e
12/05/2018
GetControlInfo, GetControlInfo method [COM], GetControlInfo method [COM],IOleControl interface, IOleControl interface [COM],GetControlInfo method, IOleControl.GetControlInfo, IOleControl::GetControlInfo, _ctrl_iolecontrol_getcontrolinfo, com.iolecontrol_getcontrolinfo, ocidl/IOleControl::GetControlInfo
ocidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OCIdl.idl
Windows
19H1
IOleControl::GetControlInfo
ocidl/IOleControl::GetControlInfo
c++
APIRef
kbSyntax
COM
OCIdl.h
IOleControl.GetControlInfo

IOleControl::GetControlInfo

-description

Retrieves information about the control's keyboard mnemonics and behavior.

-parameters

-param pCI [in, out]

A pointer to a CONTROLINFO structure that receives the information.

-returns

This method can return the standard return value E_OUTOFMEMORY, as well as the following values.

Return code Description
S_OK
The method completed successfully.
E_NOTIMPL
The control has no mnemonics.
E_POINTER
The address in pCI is not valid. For example, it may be NULL.

-see-also

IOleControl