Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions sdk-api-src/content/winuser/nf-winuser-getclassnamea.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,7 @@ The class name string.

Type: <b>int</b>

The length

of the
<i>lpClassName</i> buffer, in


characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to <code>nMaxCount-1</code> characters.
The length of the *lpClassName* buffer, in characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to `nMaxCount-1` characters.


## -returns
Expand Down
8 changes: 1 addition & 7 deletions sdk-api-src/content/winuser/nf-winuser-getclassnamew.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,7 @@ The class name string.

Type: <b>int</b>

The length

of the
<i>lpClassName</i> buffer, in


characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to <code>nMaxCount-1</code> characters.
The length of the *lpClassName* buffer, in characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to `nMaxCount-1` characters.


## -returns
Expand Down