smiVENDORINFO
The smiVENDORINFO structure contains information about the Microsoft WinSNMP implementation. A WinSNMP application can call the SnmpGetVendorInfo function to retrieve this structure. The smiVENDORINFO structure is an element of the WinSNMP API, version 2.0.
typedef struct {
    CHAR  vendorName[MAXVENDORINFO*2]; 
    CHAR  vendorContact[MAXVENDORINFO*2]; 
    CHAR  vendorVersionId[MAXVENDORINFO]; 
    CHAR  vendorVersionDate[MAXVENDORINFO]; 
    smiUINT32  vendorEnterprise; 
} smiVENDORINFO, FAR *smiLPVENDORINFO; 
Members
- vendorName
- Contains the null-terminated string "Microsoft Corporation". The string is suitable for display to end users. 
- vendorContact
- Specifies a null-terminated character string that indicates how Microsoft can be contacted for WinSNMP-related information. For example, this member can contain a postal address, a telephone number or a fax number, a URL, or an e-mail address such as "snmpinfo@microsoft.com". The string is suitable for display. 
- vendorVersionId
- Specifies a null-terminated character string that identifies the version number of the WinSNMP API the Microsoft WinSNMP implementation is currently supporting. The string is suitable for display. 
- vendorVersionDate
- Specifies a null-terminated character string that indicates the release date of the version of the WinSNMP API the Microsoft WinSNMP implementation is currently supporting. The string is suitable for display. 
- vendorEnterprise
- Contains the value 311, Microsoft's enterprise number (permanent address) assigned by the Internet Assigned Numbers Authority (IANA). 
  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Winsnmp.h.
See Also
WinSNMP API Overview, WinSNMP Structures, SnmpGetVendorInfo