IMLCore::GetUserStore (Compact 7)
3/12/2014
This method returns a pointer to the IMLUserStore interface that is used to store state information.
Syntax
HRESULT GetUserStore (
IMLUserStore **pUserStore
);
Parameters
- pUserStore
[out] Pointer to the IMLUserStore interface.
Return Values
Returns the HRESULT values shown in the following table.
Value | Description |
---|---|
S_OK |
The method was successful. |
E_INVALIDARG |
The input parameter is invalid. |
E_POINTER |
The pUserStore parameter is invalid. |
E_FAIL |
The method was not successful. |
E_MEMORY |
An out of memory error occurred. |
Remarks
This method returns a pointer to the IMLUserStore interface associated with this instance of IMLCore.
Requirements
Header |
mlibdll.h, |
Library |
mlibdll.lib |