Skip to content

Commit c7610a8

Browse files
committed
change 'int bufferID' to 'UINT_PTR bufferID'
closes #366
1 parent cc9ac3f commit c7610a8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/docs/plugin-communication.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ view must be either 0 = main view or 1 = second view.*
436436
**Parameters**:
437437

438438
*wParam [in]*
439-
: int bufferID
439+
: UINT_PTR bufferID
440440

441441
*lParam [in]*
442442
: int, must be zero.
@@ -452,7 +452,7 @@ view must be either 0 = main view or 1 = second view.*
452452
**Parameters**:
453453

454454
*wParam [in]*
455-
: int bufferID
455+
: UINT_PTR bufferID
456456

457457
*lParam [in]*
458458
: int, must be zero.
@@ -484,7 +484,7 @@ view must be either 0 = main view or 1 = second view.*
484484
**Parameters**:
485485

486486
*wParam [in]*
487-
: int bufferID
487+
: UINT_PTR bufferID
488488

489489
*lParam [in]*
490490
: int, must be zero.
@@ -911,7 +911,7 @@ Second call is sent with correctly allocated buffer, +1 for trailing null, to re
911911
**Parameters**:
912912

913913
*wParam [in]*
914-
: int bufferID
914+
: UINT_PTR bufferID
915915

916916
*lParam [out]*
917917
: TCHAR * buffer
@@ -1242,7 +1242,7 @@ Bit 30 indicates which view has the buffer (clear for main view, set for sub vie
12421242
**Parameters**:
12431243

12441244
*wParam [in]*
1245-
: int bufferID
1245+
: UINT_PTR bufferID
12461246

12471247
*lParam [in]*
12481248
: int, must be zero.
@@ -1646,7 +1646,7 @@ If doAlertOrNot is True, then a message box will display to ask user to reload t
16461646
**Parameters**:
16471647

16481648
*wParam [in]*
1649-
: int bufferID
1649+
: UINT_PTR bufferID
16501650

16511651
*lParam [in]*
16521652
: BOOL doAlertOrNot
@@ -1797,7 +1797,7 @@ Can only be done on new, unedited files.*
17971797
**Parameters**:
17981798

17991799
*wParam [in]*
1800-
: int bufferID
1800+
: UINT_PTR bufferID
18011801

18021802
*lParam [in]*
18031803
: UniMode encoding
@@ -1813,7 +1813,7 @@ Can only be done on new, unedited files.*
18131813
**Parameters**:
18141814

18151815
*wParam [in]*
1816-
: int bufferID
1816+
: UINT_PTR bufferID
18171817

18181818
*lParam [in]*
18191819
: formatType format
@@ -1830,7 +1830,7 @@ See enum LangType for valid values, L_USER and L_EXTERNAL are not supported.*
18301830
**Parameters**:
18311831

18321832
*wParam [in]*
1833-
: int bufferID
1833+
: UINT_PTR bufferID
18341834

18351835
*lParam [in]*
18361836
: LangType type2Set

0 commit comments

Comments
 (0)