IOleControl::GetControlInfo method
Retrieves information about the control's keyboard mnemonics and behavior.
Syntax
HRESULT GetControlInfo(
[in, out] CONTROLINFO *pCI
);
Parameters
- pCI [in, out]
-
A pointer to a CONTROLINFO structure that receives the information.
Return value
This method can return the standard return value E_OUTOFMEMORY, as well as the following values.
| Return code | Description |
|---|---|
|
The method completed succesfully. |
|
The control has no mnemonics. |
|
The address in pCI is not valid. For example, it may be NULL. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IOleControl is defined as B196B288-BAB4-101A-B69C-00AA00341D07 |
See also
Show: