ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <ws2_32.h>
Go to the source code of this file.
Functions | |
PTCATALOG_ENTRY WSAAPI | WsTcEntryAllocate (VOID) |
VOID WSAAPI | WsTcEntryDelete (IN PTCATALOG_ENTRY CatalogEntry) |
VOID WSAAPI | WsTcEntryDereference (IN PTCATALOG_ENTRY CatalogEntry) |
DWORD WSAAPI | WsTcEntryInitializeFromRegistry (IN PTCATALOG_ENTRY CatalogEntry, IN HKEY ParentKey, IN DWORD UniqueId) |
VOID WSAAPI | WsTcEntrySetProvider (IN PTCATALOG_ENTRY Entry, IN PTPROVIDER Provider) |
PTCATALOG_ENTRY WSAAPI WsTcEntryAllocate | ( | VOID | ) |
Definition at line 17 of file dcatitem.c.
Referenced by WsTcRefreshFromRegistry().
VOID WSAAPI WsTcEntryDelete | ( | IN PTCATALOG_ENTRY | CatalogEntry | ) |
Definition at line 35 of file dcatitem.c.
Referenced by WsTcEntryDereference().
VOID WSAAPI WsTcEntryDereference | ( | IN PTCATALOG_ENTRY | CatalogEntry | ) |
Definition at line 51 of file dcatitem.c.
Referenced by WPUModifyIFSHandle(), WPUQueryBlockingCallback(), WSAAddressToStringA(), WSAAddressToStringW(), WSASocketW(), WSAStringToAddressA(), WSAStringToAddressW(), WsSockDelete(), WsTcDelete(), WsTcFindIfsProviderForSocket(), WsTcRefreshFromRegistry(), and WsTcUpdateProtocolList().
DWORD WSAAPI WsTcEntryInitializeFromRegistry | ( | IN PTCATALOG_ENTRY | CatalogEntry, |
IN HKEY | ParentKey, | ||
IN DWORD | UniqueId | ||
) |
Definition at line 63 of file dcatitem.c.
VOID WSAAPI WsTcEntrySetProvider | ( | IN PTCATALOG_ENTRY | Entry, |
IN PTPROVIDER | Provider | ||
) |
Definition at line 121 of file dcatitem.c.
Referenced by WsTcLoadProvider().