Skip to content

Commit

Permalink
Update plugin-communication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donho authored Jan 25, 2024
1 parent 6f0dd15 commit 9cdb4e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/plugin-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,7 @@ If value is True, this message sets SC_EFF_QUALITY_LCD_OPTIMIZED else SC_EFF_QUA
---

#### [2048] **NPPM_SETSTATUSBAR**
*Sets value in the specified field of a statusbar.*
*Sets a string in the specified field of a statusbar.*

**Parameters**:

Expand All @@ -2125,11 +2125,11 @@ STATUSBAR_UNICODE_TYPE 4
STATUSBAR_TYPING_MODE 5
~~~

*lParam [out]*
: TCHAR * value, pointer to the new value.
*lParam [in]*
: TCHAR* value, the string to set.

**Return value**:
: Returns 0 on failure, nonzero on success
: Returns False on failure, True on success

---

Expand Down

0 comments on commit 9cdb4e9

Please sign in to comment.