win32.dhcpcsdk

Windows API header module

Translated from MinGW Windows headers

Members

Aliases

PDHCPAPI_PARAMS, LPDHCPAPI_PARAMS
alias PDHCPAPI_PARAMS, LPDHCPAPI_PARAMS = DHCPAPI_PARAMS*
Undocumented in source.
PDHCPCAPI_CLASSID, LPDHCPCAPI_CLASSID
alias PDHCPCAPI_CLASSID, LPDHCPCAPI_CLASSID = DHCPCAPI_CLASSID*
Undocumented in source.
PDHCPCAPI_PARAMS_ARRAY, LPDHCPCAPI_PARAMS_ARRAY
alias PDHCPCAPI_PARAMS_ARRAY, LPDHCPCAPI_PARAMS_ARRAY = DHCPCAPI_PARAMS_ARRAY*
Undocumented in source.

Functions

DhcpCApiCleanup
void DhcpCApiCleanup()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DhcpCApiInitialize
DWORD DhcpCApiInitialize(LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DhcpDeRegisterParamChange
DWORD DhcpDeRegisterParamChange(DWORD , LPVOID , LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DhcpRegisterParamChange
DWORD DhcpRegisterParamChange(DWORD , LPVOID , PWSTR , LPDHCPCAPI_CLASSID , DHCPCAPI_PARAMS_ARRAY , LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DhcpRemoveDNSRegistrations
DWORD DhcpRemoveDNSRegistrations()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DhcpUndoRequestParams
DWORD DhcpUndoRequestParams(DWORD , LPVOID , LPWSTR , LPWSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Manifest constants

DHCPCAPI_REGISTER_HANDLE_EVENT
enum DHCPCAPI_REGISTER_HANDLE_EVENT;
Undocumented in source.
DHCPCAPI_REQUEST_PERSISTENT
enum DHCPCAPI_REQUEST_PERSISTENT;
Undocumented in source.
DHCPCAPI_REQUEST_SYNCHRONOUS
enum DHCPCAPI_REQUEST_SYNCHRONOUS;
Undocumented in source.

Structs

DHCPAPI_PARAMS
struct DHCPAPI_PARAMS
Undocumented in source.
DHCPCAPI_CLASSID
struct DHCPCAPI_CLASSID
Undocumented in source.
DHCPCAPI_PARAMS_ARRAY
struct DHCPCAPI_PARAMS_ARRAY
Undocumented in source.

Meta

Source

See Source File
core/sys/windows/dhcpcsdk.d Automatically imported and edited from the druntime module core.sys.windows.dhcpcsdk for the auto-generated win32 package.

Authors

Stewart Gordon