mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: dropped
This commit is contained in:
parent
b3f0dbdc1a
commit
6156958426
@ -133,7 +133,7 @@ BOOLEAN PacketGetLinkLayerFromRegistry(LPADAPTER AdapterObject, NetType *type)
|
|||||||
This function grabs from the registry information like the IP addresses, the netmasks
|
This function grabs from the registry information like the IP addresses, the netmasks
|
||||||
and the broadcast addresses of an interface. The buffer passed by the user is filled with
|
and the broadcast addresses of an interface. The buffer passed by the user is filled with
|
||||||
npf_if_addr structures, each of which contains the data for a single address. If the buffer
|
npf_if_addr structures, each of which contains the data for a single address. If the buffer
|
||||||
is full, the reaming addresses are dropeed, therefore set its dimension to sizeof(npf_if_addr)
|
is full, the reaming addresses are dropped, therefore set its dimension to sizeof(npf_if_addr)
|
||||||
if you want only the first address.
|
if you want only the first address.
|
||||||
*/
|
*/
|
||||||
BOOLEAN PacketGetAddressesFromRegistry(LPTSTR AdapterName, npf_if_addr* buffer, PLONG NEntries)
|
BOOLEAN PacketGetAddressesFromRegistry(LPTSTR AdapterName, npf_if_addr* buffer, PLONG NEntries)
|
||||||
|
@ -2175,7 +2175,7 @@ BOOLEAN PacketGetAdapterNames(PTSTR pStr,PULONG BufferSize)
|
|||||||
This function grabs from the registry information like the IP addresses, the netmasks
|
This function grabs from the registry information like the IP addresses, the netmasks
|
||||||
and the broadcast addresses of an interface. The buffer passed by the user is filled with
|
and the broadcast addresses of an interface. The buffer passed by the user is filled with
|
||||||
npf_if_addr structures, each of which contains the data for a single address. If the buffer
|
npf_if_addr structures, each of which contains the data for a single address. If the buffer
|
||||||
is full, the reaming addresses are dropeed, therefore set its dimension to sizeof(npf_if_addr)
|
is full, the reaming addresses are dropped, therefore set its dimension to sizeof(npf_if_addr)
|
||||||
if you want only the first address.
|
if you want only the first address.
|
||||||
*/
|
*/
|
||||||
BOOLEAN PacketGetNetInfoEx(PCHAR AdapterName, npf_if_addr* buffer, PLONG NEntries)
|
BOOLEAN PacketGetNetInfoEx(PCHAR AdapterName, npf_if_addr* buffer, PLONG NEntries)
|
||||||
|
Loading…
Reference in New Issue
Block a user