SetShellNext function (icwcfg.h)
[This function is available for use in the Windows XP operating system. It may be altered or unavailable in subsequent versions.]
Sets the ShellNext registry key with the specified value.
Syntax
DWORD SetShellNext(
[in] PSTR szShellNext
);
Parameters
[in] szShellNext
The string value. The length is expected to be less than or equal to MAX_PATH characters.
Return value
This function can return one of these values.
This function returns one of the following values.
Return code | Description |
---|---|
|
The call is successful. |
|
szShellNext contains a NULL pointer or the string is zero in length. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | icwcfg.h |
DLL | Inetcfg.dll |