Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 1.96 KB

nf-netsh-registerhelper.md

File metadata and controls

73 lines (59 loc) · 1.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:netsh.RegisterHelper
RegisterHelper function (netsh.h)
Is called from within a helper's exposed InitHelperDll function, and registers the helper with the NetShell context.
RegisterHelper
RegisterHelper function [NetShell]
_netsh_registerhelper
netsh/RegisterHelper
netshell.registerhelper
netshell\registerhelper.htm
netshell
9c9ac64a-6edd-4348-80c7-4192726e5108
12/05/2018
RegisterHelper, RegisterHelper function [NetShell], _netsh_registerhelper, netsh/RegisterHelper, netshell.registerhelper
netsh.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Netsh.lib
Netsh.exe
Windows
19H1
RegisterHelper
netsh/RegisterHelper
c++
APIRef
kbSyntax
DllExport
Netsh.exe
RegisterHelper

RegisterHelper function

-description

The RegisterHelper function is called from within a helper's exposed InitHelperDll function, and registers the helper with the NetShell context.

-parameters

-param pguidParentContext [in]

A pointer to GUID of another helper under which the helper should be installed. If null, the helper is installed as a top-level helper.

-param pfnRegisterSubContext [in]

Attributes of the helper.

-see-also

InitHelperDll

RegisterContext