Skip to content

Commit

Permalink
fix: nativeLangFileName is a char pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekopalypse authored and pryrt committed Dec 20, 2024
1 parent 02d36a5 commit bd51012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/plugin-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ Users should call it with nativeLangFileName as NULL to get the required number
: size_t strLen, which is "language file name string" buffer length

*lParam [out]*
: TCHAR * nativeLangFileName, language file name string receives all copied native language file name string
: CHAR * nativeLangFileName, language file name string receives all copied native language file name string

**Return value**:
: Returns the number of char copied/to copy
Expand Down

0 comments on commit bd51012

Please sign in to comment.