|
| DWORD __stdcall | EnableDhcp ([in, string, unique] PDHCP_SERVER_NAME ServerName, [in, string] LPWSTR AdapterName, [in] BOOL Enable) |
| |
| DWORD __stdcall | AcquireParameters ([in, string, unique] PDHCP_SERVER_NAME ServerName, [in, string] LPWSTR AdapterName) |
| |
| DWORD __stdcall | AcquireParametersByBroadcast ([in, string, unique] PDHCP_SERVER_NAME ServerName, [in, string] LPWSTR AdapterName) |
| |
| DWORD __stdcall | ReleaseParameters ([in, string, unique] PDHCP_SERVER_NAME ServerName, [in, string] LPWSTR AdapterName) |
| |
| DWORD __stdcall | FallbackRefreshParams ([in, string, unique] PDHCP_SERVER_NAME ServerName, [in, string] LPWSTR AdapterName) |
| |
| DWORD __stdcall | StaticRefreshParams ([in, string, unique] PDHCP_SERVER_NAME ServerName, [in] DWORD AdapterIndex, [in] DWORD Address, [in] DWORD Netmask) |
| |
| DWORD __stdcall | RemoveDNSRegistrations ([in, string, unique] PDHCP_SERVER_NAME ServerName) |
| |
| DWORD __stdcall | RequestParams ([in, unique, string] PDHCP_SERVER_NAME ServerName, [in, string] LPWSTR AdapterName, [in, unique] DHCPCAPI_CLASSID *ClassId, [in, unique] DHCPCAPI_PARAMS_ARRAY *SendParams, [in, unique] DHCPCAPI_PARAMS_ARRAY *RecdParams, [in, out, unique] LPDHCPCAPI_RESULT_ARRAY *RecdResults) |
| |
Definition at line 86 of file dhcpcsvc.idl.