Main Page Feedback NirSoft Utilities
Windows XP DLL File Information - ipxmontr.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: IPX Router Monitor DLL  
File Version: 5.1.2600.0 (xpclient.010817-1148)  
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: 82 KB
Total Number of Exported Functions: 1
Total Number of Exported Functions With Names: 1
 

Section Headers

Name Virtual Address Raw Data Size % of File Characteristics Section Contains...
.text 0x00001000 32,256 Bytes 38.4% Read, Execute Code
.data 0x00009000 1,536 Bytes 1.8% Write, Read Initialized Data
.rsrc 0x0000a000 47,104 Bytes 56.1% Read Initialized Data
.reloc 0x00016000 2,048 Bytes 2.4% Read, Discardable Initialized Data
 

Static Linking

ipxmontr.dll is statically linked to the following files:

msvcrt.dll
IPMONTR.dll
KERNEL32.dll
MPRAPI.dll
NETSH.EXE

This means that when ipxmontr.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, ipxmontr.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 37 11,542 Bytes 13.7%
Type Libraries 0 0 Bytes 0.0%
Manifest 0 0 Bytes 0.0%
All Others 2 34,424 Bytes 41.0%
Total 39 45,966 Bytes 54.7%
 

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)

String ID String Text
1701 Adds a configuration entry to a list of entries.
1702 Deletes a configuration entry from a list of entries.
1703 Sets configuration information.
1704 Displays configuration information.
1711 Dumps IPX configuration to a text file.
1712 Displays command help.
1716 Updates autostatic routes on an interface.
1721 Usage: %1!s! Remarks: Creates a script that contains the current configuration. If saved to a file, this script can be used to restore altered configuration settings.
1726 Usage: %1!s! [name=]<string> Parameters: Tag Value name - The interface on which to update routes. Remarks: Updates auto-static routes on an interface.
1731 Adds a static route to the route table.
1732 Adds a static service to the static service table.
1733 Adds a packet filter to the list of filters.
1734 Enables IPX routing on a demand dial interface.
1751 Deletes a static route from the route table.
1752 Deletes a static service from the static service table.
1753 Deletes a packet filter from the list of filters.
1754 Disables IPX routing on a demand dial interface.
1771 Updates a static route in the route table.
1772 Updates a static service in the static service table.
1773 Updates a packet filter in the list of filters.
1774 Updates IPX configuration on an interface.
1775 Updates IPX global configuration.
1785 Object GLOBAL is used to configure IPX global settings. Command syntax: SET GLOBAL [[LOGLEVEL=] level] Where: level - NONE, Errors_Only, Warnings_And_Errors, Maximum_Information
1791 Displays static routes.
1792 Displays static services.
1793 Displays packet filters.
1795 Displays IPX configuration on an interface.
1796 Displays IPX global configuration.
1797 Displays IPX routing table.
1798 Displays IPX service table.
1811 %1!-14s! -
1812 %1!-20s! -
1813 %1!-14s! - Change to the %1!s! context
1900 ADD command is used to add new entries to the IPX configuration. Command Syntax: ADD INTERFACE ifname ADD STATICROUTE ifname net [NEXTHOPMACADDRESS=] mac [TICKS=] ticks [HOPS=] hops ADD STATICSERVICE ifname svtype svname [NETWORK=] net [NODE=] node [SOCKET=] socket [HOPS=] hops ADD FILTER ifname mode [SRCNET= net mask] [SRCNODE= node] [SRCSOCKET= socket] [DSTNET= net mask] [DSTNODE= node] [DSTSOCKET= socket] [PKTTYPE= pkttype] [LOG] where: ifname - name of the interface (use Dial-In for RAS clients). network - 4-byte network address (up to 8 hex digits, leading 0's optional). mac - 6-byte next hop mac address (up to 12 hex digits, leading 0's optional). ticks - tick count (decimal). hops - hop count (decimal). svtype - 2-byte service type (up to 4 hex digits, leading 0's optional). svname - service name. node - 6-byte node address (up to 12 hex digits, leading 0's optional). socket - 2-byte socket address (up to 4 hex digits, leading 0's optional). mode - INPUT or OUTPUT. mask - 4-byte network mask (up to 8 hex digits, leading 0's optional). pkttype - 1-byte packet type (up to 2 hex digits, leading 0's optional). action - PERMIT or DENY.
1901 DELETE command is used to remove entries from the IPX configuration. Command Syntax: DELETE INTERFACE ifname DELETE STATICROUTE ifname net DELETE STATICSERVICE ifname svtype svname DELETE FILTER ifname mode [SRCNET= net mask] [SRCNODE= node] [SRCSOCKET= socket] [DSTNET= net mask] [DSTNODE= node] [DSTSOCKET= socket] [PKTTYPE= pkttype] where: ifname - name of the interface (use Dial-In for RAS clients). net - 4-byte network address (up to 8 hex digits, leading 0's optional). svtype - 2-byte service type (up to 4 hex digits, leading 0's optional). svname - service name. mask - 4-byte network mask (up to 8 hex digits, leading 0's optional). node - 6-byte node address (up to 12 hex digits, leading 0's optional). socket - 2-byte socket address (up to 4 hex digits, leading 0's optional). pkttype - 1-byte packet type (up to 2 hex digits, leading 0's optional). action - PERMIT or DENY.
1902 SET command is used to update the IPX configuration. Command Syntax: SET INTERFACE ifname [[ADMSTATE= ] admstate] [[WANPROTOCOL= ] prot] SET STATICROUTE ifname net [[NEXTHOPMACADDRESS=] mac] [[TICKS=] ticks] [[HOPS=] hops] SET STATICSERVICE ifname svtype svname [[NETWORK=] net] [[NODE=] node] [[SOCKET=] socket] [[HOPS=] hops] SET FILTER ifname mode action where: ifname - name of the interface (use Dial-In for RAS clients). admstate- ENABLED or DISABLED. prot - PPP or IPXWAN. net - 4-byte network address (up to 8 hex digits, leading 0's optional). mac - 6-byte next hop mac address (up to 12 hex digits, leading 0's optional). ticks - tick count (decimal). hops - hop count (decimal). mode - INPUT or OUTPUT. action - PERMIT or DENY.
1903 SHOW command is used to display configuration information. Command syntax: SHOW INTERFACE [ifname] SHOW ROUTE [network] SHOW STATICROUTE ifname [network] SHOW SERVICE [svtype [svname]] SHOW STATICSERVICE ifname [svtype svname] SHOW FILTER ifname SHOW GLOBAL where: ifname - name of the interface (use Dial-In for RAS clients). network - 4-byte network address (up to 8 hex digits, leading 0's optional). svtype - 2-byte service type (up to 4 hex digits, leading 0's optional). svname - service name.
 

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:
InitHelperDll

 

Imported Functions List

The following functions are imported by this dll: