Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Occurs when the In-Place state has changed.
Syntax
HRESULT InPlaceStateChanged(
[in] InPlaceState oldInPlaceState,
[in] InPlaceState newInPlaceState
);
Parameters
[in] oldInPlaceState
The current state, as defined by the InPlaceState Enumeration.
[in] newInPlaceState
The new state that the Input Panel has changed to, as defined by the InPlaceState Enumeration.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
An unspecified error occurred. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | peninputpanel.h |
| DLL | Tiptsf.dll |