Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
f8961256
Commit
f8961256
authored
Nov 23, 2010
by
Daniel Wyatt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ITfCandidateListUIElement to SDL_msctf.h for MinGW.
parent
ea576e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
SDL_msctf.h
src/video/win32/SDL_msctf.h
+25
-0
No files found.
src/video/win32/SDL_msctf.h
View file @
f8961256
...
@@ -22,6 +22,7 @@ typedef struct ITfUIElement ITfUIElement;
...
@@ -22,6 +22,7 @@ typedef struct ITfUIElement ITfUIElement;
typedef
struct
ITfUIElementMgr
ITfUIElementMgr
;
typedef
struct
ITfUIElementMgr
ITfUIElementMgr
;
typedef
struct
IEnumTfUIElements
IEnumTfUIElements
;
typedef
struct
IEnumTfUIElements
IEnumTfUIElements
;
typedef
struct
ITfThreadMgrEx
ITfThreadMgrEx
;
typedef
struct
ITfThreadMgrEx
ITfThreadMgrEx
;
typedef
struct
ITfCandidateListUIElement
ITfCandidateListUIElement
;
typedef
struct
ITfReadingInformationUIElement
ITfReadingInformationUIElement
;
typedef
struct
ITfReadingInformationUIElement
ITfReadingInformationUIElement
;
typedef
struct
ITfInputProcessorProfileActivationSink
ITfInputProcessorProfileActivationSink
;
typedef
struct
ITfInputProcessorProfileActivationSink
ITfInputProcessorProfileActivationSink
;
typedef
struct
ITfSource
ITfSource
;
typedef
struct
ITfSource
ITfSource
;
...
@@ -127,6 +128,30 @@ struct ITfUIElementMgr
...
@@ -127,6 +128,30 @@ struct ITfUIElementMgr
const
struct
ITfUIElementMgrVtbl
*
lpVtbl
;
const
struct
ITfUIElementMgrVtbl
*
lpVtbl
;
};
};
typedef
struct
ITfCandidateListUIElementVtbl
{
HRESULT
(
STDMETHODCALLTYPE
*
QueryInterface
)(
ITfCandidateListUIElement
*
,
REFIID
,
void
**
);
ULONG
(
STDMETHODCALLTYPE
*
AddRef
)(
ITfCandidateListUIElement
*
);
ULONG
(
STDMETHODCALLTYPE
*
Release
)(
ITfCandidateListUIElement
*
);
HRESULT
(
STDMETHODCALLTYPE
*
GetDescription
)(
ITfCandidateListUIElement
*
,
BSTR
*
);
HRESULT
(
STDMETHODCALLTYPE
*
GetGUID
)(
ITfCandidateListUIElement
*
,
GUID
*
);
HRESULT
(
STDMETHODCALLTYPE
*
Show
)(
ITfCandidateListUIElement
*
,
BOOL
);
HRESULT
(
STDMETHODCALLTYPE
*
IsShown
)(
ITfCandidateListUIElement
*
,
BOOL
*
);
HRESULT
(
STDMETHODCALLTYPE
*
GetUpdatedFlags
)(
ITfCandidateListUIElement
*
,
DWORD
*
);
HRESULT
(
STDMETHODCALLTYPE
*
GetDocumentMgr
)(
ITfCandidateListUIElement
*
,
ITfDocumentMgr
**
);
HRESULT
(
STDMETHODCALLTYPE
*
GetCount
)(
ITfCandidateListUIElement
*
,
UINT
*
);
HRESULT
(
STDMETHODCALLTYPE
*
GetSelection
)(
ITfCandidateListUIElement
*
,
UINT
*
);
HRESULT
(
STDMETHODCALLTYPE
*
GetString
)(
ITfCandidateListUIElement
*
,
UINT
,
BSTR
*
);
HRESULT
(
STDMETHODCALLTYPE
*
GetPageIndex
)(
ITfCandidateListUIElement
*
,
UINT
*
,
UINT
,
UINT
*
);
HRESULT
(
STDMETHODCALLTYPE
*
SetPageIndex
)(
ITfCandidateListUIElement
*
,
UINT
*
,
UINT
);
HRESULT
(
STDMETHODCALLTYPE
*
GetCurrentPage
)(
ITfCandidateListUIElement
*
,
UINT
*
);
}
ITfCandidateListUIElementVtbl
;
struct
ITfCandidateListUIElement
{
const
struct
ITfCandidateListUIElementVtbl
*
lpVtbl
;
};
typedef
struct
ITfReadingInformationUIElementVtbl
typedef
struct
ITfReadingInformationUIElementVtbl
{
{
HRESULT
(
STDMETHODCALLTYPE
*
QueryInterface
)(
ITfReadingInformationUIElement
*
,
REFIID
,
void
**
);
HRESULT
(
STDMETHODCALLTYPE
*
QueryInterface
)(
ITfReadingInformationUIElement
*
,
REFIID
,
void
**
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment