|
ReactOS 0.4.16-dev-1946-g52006dd
|
Public Member Functions | |
| DWORD __stdcall | AcquireParameters ([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 | QueryHWInfo ([in, string, unique] PDHCP_SERVER_NAME ServerName, [in] DWORD AdapterIndex, [out] PDWORD MediaType, [out] PDWORD Mtu, [out] PDWORD Speed) |
| 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) |
Definition at line 21 of file dhcpcsvc.idl.
| DWORD __stdcall dhcpcsvc::AcquireParameters | ( | [in, string, unique] PDHCP_SERVER_NAME | ServerName, |
| [in, string] LPWSTR | AdapterName | ||
| ) |
| DWORD __stdcall dhcpcsvc::QueryHWInfo | ( | [in, string, unique] PDHCP_SERVER_NAME | ServerName, |
| [in] DWORD | AdapterIndex, | ||
| [out] PDWORD | MediaType, | ||
| [out] PDWORD | Mtu, | ||
| [out] PDWORD | Speed | ||
| ) |
| DWORD __stdcall dhcpcsvc::ReleaseParameters | ( | [in, string, unique] PDHCP_SERVER_NAME | ServerName, |
| [in, string] LPWSTR | AdapterName | ||
| ) |
| DWORD __stdcall dhcpcsvc::RemoveDNSRegistrations | ( | [in, string, unique] PDHCP_SERVER_NAME | ServerName | ) |
| DWORD __stdcall dhcpcsvc::StaticRefreshParams | ( | [in, string, unique] PDHCP_SERVER_NAME | ServerName, |
| [in] DWORD | AdapterIndex, | ||
| [in] DWORD | Address, | ||
| [in] DWORD | Netmask | ||
| ) |