mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 10:18:01 +02:00
Add doc to load_ex_ip_helper_procedures().
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66060 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
4886ff454e
commit
0b2b6cba92
1 changed files with 5 additions and 0 deletions
|
|
@ -116,6 +116,11 @@ typedef PMIB_TCPTABLE_OWNER_PID PMIB_TCPTABLE_EX;
|
|||
typedef DWORD (WINAPI *ProcAllocateAndGetTcpExtTableFromStack)(PMIB_TCPTABLE_EX*,BOOL,HANDLE,DWORD,DWORD);
|
||||
static ProcAllocateAndGetTcpExtTableFromStack lpfnAllocateAndGetTcpExTableFromStack = NULL;
|
||||
|
||||
/**
|
||||
* AllocateAndGetTcpExTableFromStack() is undocumented and not exported,
|
||||
* but is the only way to do this in older XP versions.
|
||||
* @return true if the procedures could be loaded
|
||||
*/
|
||||
static BOOL load_ex_ip_helper_procedures(void)
|
||||
{
|
||||
HMODULE hModule = LoadLibrary ("iphlpapi.dll");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue