Added CHARRANGE.
This commit is contained in:
parent
a0e61ec518
commit
27e388ffdd
|
@ -59,6 +59,12 @@ extern "C" {
|
||||||
|
|
||||||
typedef DWORD CALLBACK(* EDITSTREAMCALLBACK)( DWORD, LPBYTE, LONG, LONG * );
|
typedef DWORD CALLBACK(* EDITSTREAMCALLBACK)( DWORD, LPBYTE, LONG, LONG * );
|
||||||
|
|
||||||
|
typedef struct _charrange
|
||||||
|
{
|
||||||
|
LONG cpMin;
|
||||||
|
LONG cpMax;
|
||||||
|
} CHARRANGE;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
DWORD dwCookie;
|
DWORD dwCookie;
|
||||||
|
|
Loading…
Reference in New Issue