Windows XP DLL File Information - tcpmib.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows XP, extracted the information from them, and then saved it into HTML reports. If you want to view a report of another DLL, go to the main page of this Web site.
General Information
File Description: | Standard TCP/IP Port Monitor Helper DLL |
File Version: | 5.1.2600.5512 (xpsp.080413-0852) |
Company: | Microsoft Corporation |
Product Name: | Microsoft Windows Operating System |
DLL popularity | Very Low - There is no any other DLL in system32 directory that is statically linked to this file. |
File Size: | 14 KB |
Total Number of Exported Functions: | 28 |
Total Number of Exported Functions With Names: | 28 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 10,752 Bytes | 72.4% | Read, Execute | Code |
.data | 0x00004000 | 1,024 Bytes | 6.9% | Write, Read | Initialized Data |
.rsrc | 0x00005000 | 1,536 Bytes | 10.3% | Read | Initialized Data |
.reloc | 0x00006000 | 512 Bytes | 3.4% | Read, Discardable | Initialized Data |
Static Linking
tcpmib.dll is statically linked to the following files:msvcrt.dll
KERNEL32.dll
WSOCK32.dll
mgmtapi.dll
snmpapi.dll
iphlpapi.dll
This means that when tcpmib.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, tcpmib.dll won't be loaded.
General Resources Information
Resource Type | Number of Items | Total Size | % of File |
---|---|---|---|
Icons | 0 | 0 Bytes | 0.0% |
Animated Icons | 0 | 0 Bytes | 0.0% |
Cursors | 0 | 0 Bytes | 0.0% |
Animated Cursors | 0 | 0 Bytes | 0.0% |
Bitmaps | 0 | 0 Bytes | 0.0% |
AVI Files | 0 | 0 Bytes | 0.0% |
Dialog-Boxes | 0 | 0 Bytes | 0.0% |
HTML Related Files | 0 | 0 Bytes | 0.0% |
Menus | 0 | 0 Bytes | 0.0% |
Strings | 0 | 0 Bytes | 0.0% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 1 | 936 Bytes | 6.3% |
Total | 1 | 936 Bytes | 6.3% |
Icons in this file
No icons found in this file
Cursors in this file
No cursors found in this file
Dialog-boxes list (up to 200 dialogs)
No dialog resources in this file.
String resources in this dll (up to 200 strings)
No string resources in this file.
COM Classes/Interfaces
There is no type library in this file with COM classes/interfaces information
Exported Functions List
The following functions are exported by this dll:GetTcpMibPtr |
_Ping@4 |
const CTcpMib::`vftable' |
const CTcpMibABC::`vftable' |
private: void __thiscall CTcpMib::EnterCSection(void) |
private: void __thiscall CTcpMib::ExitCSection(void) |
public: __thiscall CTcpMib::CTcpMib(class CTcpMib const &) |
public: __thiscall CTcpMib::CTcpMib(void) |
public: __thiscall CTcpMibABC::CTcpMibABC(class CTcpMibABC const &) |
public: __thiscall CTcpMibABC::CTcpMibABC(void) |
public: class CTcpMib & __thiscall CTcpMib::operator=(class CTcpMib const &) |
public: class CTcpMibABC & __thiscall CTcpMibABC::operator=(class CTcpMibABC const &) |
public: unsigned long __thiscall CTcpMib::SnmpGet(char const *,char const *,unsigned long,struct SnmpVarBindList *) |
public: unsigned long __thiscall CTcpMib::SnmpGetNext(char const *,char const *,unsigned long,struct SnmpVarBindList *) |
public: unsigned long __thiscall CTcpMib::SnmpWalk(char const *,char const *,unsigned long,struct SnmpVarBindList *) |
public: virtual __thiscall CTcpMib::~CTcpMib(void) |
public: virtual __thiscall CTcpMibABC::~CTcpMibABC(void) |
public: virtual int __thiscall CTcpMib::SNMPToPortStatus(unsigned long,struct _PORT_INFO_3W *) |
public: virtual int __thiscall CTcpMib::SupportsPrinterMib(char const *,char const *,unsigned long,int *) |
public: virtual unsigned long __thiscall CTcpMib::GetDeviceDescription(char const *,char const *,unsigned long,unsigned short *,unsigned long) |
public: virtual unsigned long __thiscall CTcpMib::GetDeviceHWAddress(char const *,char const *,unsigned long,unsigned long,unsigned short *) |
public: virtual unsigned long __thiscall CTcpMib::GetDeviceName(char const *,char const *,unsigned long,unsigned long,unsigned short *) |
public: virtual unsigned long __thiscall CTcpMib::GetDeviceStatus(char const *,char const *,unsigned long) |
public: virtual unsigned long __thiscall CTcpMib::GetJobStatus(char const *,char const *,unsigned long) |
public: virtual unsigned long __thiscall CTcpMib::SNMPToPrinterStatus(unsigned long) |
public: virtual unsigned long __thiscall CTcpMib::SnmpGet(char const *,char const *,unsigned long,struct AsnObjectIdentifier *,struct SnmpVarBindList *) |
public: virtual unsigned long __thiscall CTcpMib::SnmpGetNext(char const *,char const *,unsigned long,struct AsnObjectIdentifier *,struct SnmpVarBindList *) |
public: virtual unsigned long __thiscall CTcpMib::SnmpWalk(char const *,char const *,unsigned long,struct AsnObjectIdentifier *,struct SnmpVarBindList *) |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_adjust_fdiv _initterm _purecall _vsnprintf free malloc strncpy void * __cdecl operator new(unsigned int) void __cdecl operator delete(void *) - KERNEL32.dll:
DisableThreadLibraryCalls GetCurrentProcess GetCurrentProcessId GetCurrentThreadId GetSystemTimeAsFileTime GetTickCount InitializeCriticalSection MultiByteToWideChar QueryPerformanceCounter SetUnhandledExceptionFilter TerminateProcess UnhandledExceptionFilter ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlGetLastWin32Error ntdll!RtlLeaveCriticalSection ntdll!RtlRestoreLastWin32Error - WSOCK32.dll:
ws2_32!gethostbyname ws2_32!inet_addr - mgmtapi.dll:
SnmpMgrClose SnmpMgrOpen SnmpMgrRequest - snmpapi.dll:
SnmpUtilMemAlloc SnmpUtilMemFree SnmpUtilMemReAlloc SnmpUtilOidCmp SnmpUtilOidCpy SnmpUtilOidFree SnmpUtilOidNCmp SnmpUtilVarBindCpy SnmpUtilVarBindFree SnmpUtilVarBindListFree - iphlpapi.dll:
IcmpCloseHandle IcmpCreateFile IcmpSendEcho