windows.mgmtapi

\ mgmtapi.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * * Placed into public domain * \**********************************************************************

Members

Aliases

LPSNMP_MGR_SESSION
alias LPSNMP_MGR_SESSION = PVOID
Undocumented in source.

Enums

SNMP_MGMTAPI_TIMEOUT
anonymousenum SNMP_MGMTAPI_TIMEOUT
Undocumented in source.

Functions

SnmpMgrClose
BOOL SnmpMgrClose(LPSNMP_MGR_SESSION )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrCtl
BOOL SnmpMgrCtl(LPSNMP_MGR_SESSION , DWORD , LPVOID , DWORD , LPVOID , DWORD , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrGetTrap
BOOL SnmpMgrGetTrap(AsnObjectIdentifier* , AsnNetworkAddress* , AsnInteger* , AsnInteger* , AsnTimeticks* , SnmpVarBindList* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrGetTrapEx
BOOL SnmpMgrGetTrapEx(AsnObjectIdentifier* , AsnNetworkAddress* , AsnNetworkAddress* , AsnInteger* , AsnInteger* , AsnOctetString* , AsnTimeticks* , SnmpVarBindList* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrOidToStr
BOOL SnmpMgrOidToStr(AsnObjectIdentifier* , LPSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrOpen
LPSNMP_MGR_SESSION SnmpMgrOpen(LPSTR , LPSTR , INT , INT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrRequest
INT SnmpMgrRequest(LPSNMP_MGR_SESSION , BYTE , SnmpVarBindList* , AsnInteger* , AsnInteger* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrStrToOid
BOOL SnmpMgrStrToOid(LPSTR , AsnObjectIdentifier* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SnmpMgrTrapListen
BOOL SnmpMgrTrapListen(HANDLE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

MGMCTL_SETAGENTPORT
auto MGMCTL_SETAGENTPORT;
Undocumented in source.

Meta