Changeset 206


Ignore:
Timestamp:
Apr 6, 2007, 7:12:13 PM (17 years ago)
Author:
C1000
Message:

構造体を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_richedit.sbp

    r141 r206  
    345345End Type
    346346
     347Type CHARRANGE
     348    cpMin As Long
     349    cpMax As Long
     350End Type
     351
     352Type EDITSTREAM
     353    dwCookie As DWordPtr
     354    dwError As DWord
     355    pfnCallback As VoidPtr
     356End Type
     357
    347358Const EN_REQUESTRESIZE =   &H0701
    348359Const EN_SELCHANGE =       &H0702
Note: See TracChangeset for help on using the changeset viewer.