mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[SDK][INCLUDE] Improve <comctl32_undoc.h> more
This commit is contained in:
parent
e33287d5d1
commit
6e18e86ba3
1 changed files with 4 additions and 1 deletions
|
@ -32,8 +32,11 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
||||||
|
// MRUINFOA.lpfnCompare for MRU_STRING
|
||||||
typedef INT (CALLBACK *MRUCMPPROCA)(LPCSTR, LPCSTR);
|
typedef INT (CALLBACK *MRUCMPPROCA)(LPCSTR, LPCSTR);
|
||||||
|
// MRUINFOW.lpfnCompare for MRU_STRING
|
||||||
typedef INT (CALLBACK *MRUCMPPROCW)(LPCWSTR, LPCWSTR);
|
typedef INT (CALLBACK *MRUCMPPROCW)(LPCWSTR, LPCWSTR);
|
||||||
|
// MRUINFO.lpfnCompare for MRU_BINARY
|
||||||
typedef INT (CALLBACK *MRUBINARYCMPPROC)(LPCVOID, LPCVOID, DWORD);
|
typedef INT (CALLBACK *MRUBINARYCMPPROC)(LPCVOID, LPCVOID, DWORD);
|
||||||
|
|
||||||
typedef struct _MRUINFOA
|
typedef struct _MRUINFOA
|
||||||
|
@ -135,7 +138,7 @@ typedef INT (WINAPI *FN_FreeMRUList)(HANDLE);
|
||||||
#define I_DelMRUString 156
|
#define I_DelMRUString 156
|
||||||
#define I_FreeMRUList 152
|
#define I_FreeMRUList 152
|
||||||
|
|
||||||
// #define GET_PROC(hComCtl32, fn) fn = (FN_##fn)GetProcAddress((hComCtl32), I_##fn)
|
// #define GET_PROC(hComCtl32, fn) fn = (FN_##fn)GetProcAddress((hComCtl32), (LPSTR)I_##fn)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
|
|
Loading…
Reference in a new issue