Skip to content

Update nf-winreg-regqueryinfokeyw.md #1999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions sdk-api-src/content/winreg/nf-winreg-regqueryinfokeyw.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ A pointer to a variable that specifies the size of the buffer pointed to by the

The size should include the terminating <b>null</b> character. When the function returns, this variable contains the size of the class string that is stored in the buffer. The count returned does not include the terminating <b>null</b> character. If the buffer is not big enough, the function returns ERROR_MORE_DATA, and the variable contains the size of the string, in characters, without counting the terminating <b>null</b> character.

If <i>lpClass</i> is <b>NULL</b>, <i>lpcClass</i> can be <b>NULL</b>.
If <i>lpClass</i> is <b>NULL</b>, <i>lpcchClass</i> can be <b>NULL</b>.

If the <i>lpClass</i> parameter is a valid address, but the <i>lpcClass</i> parameter is not, for example, it is <b>NULL</b>, then the function returns ERROR_INVALID_PARAMETER.
If the <i>lpClass</i> parameter is a valid address, but the <i>lpcchClass</i> parameter is not, for example, it is <b>NULL</b>, then the function returns ERROR_INVALID_PARAMETER.

### -param lpReserved

Expand Down