Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Reserved. This parameter should be 0.

### -param strSessionKey [out]

A <b>null</b>-terminated string that contains the session key to the new session. The string must be allocated before calling the <b>RmStartSession</b> function.
A <b>null</b>-terminated string that contains the session key to the new session. The string of size `CCH_RM_SESSION_KEY + 1` must be allocated before calling the <b>RmStartSession</b> function.

## -returns

Expand Down Expand Up @@ -163,4 +163,4 @@ A secondary installer can join an existing Restart Manager session by calling th



<a href="/windows/desktop/api/restartmanager/nf-restartmanager-rmjoinsession">RmJoinSession</a>
<a href="/windows/desktop/api/restartmanager/nf-restartmanager-rmjoinsession">RmJoinSession</a>