OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asninteger32
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
snmp.h
28
typedef LONG
AsnInteger32
;
45
AsnInteger32
number;
168
WINBOOL SNMP_FUNC_TYPE SnmpExtensionQuery(BYTE bPduType,SnmpVarBindList *pVarBindList,
AsnInteger32
*pErrorStatus,
AsnInteger32
*pErrorIndex);
169
WINBOOL SNMP_FUNC_TYPE SnmpExtensionQueryEx(UINT nRequestType,UINT nTransactionId,SnmpVarBindList *pVarBindList,AsnOctetString *pContextInfo,
AsnInteger32
*pErrorStatus,
AsnInteger32
*pErrorIndex);
170
WINBOOL SNMP_FUNC_TYPE SnmpExtensionTrap(AsnObjectIdentifier *pEnterpriseOid,
AsnInteger32
*pGenericTrapId,
AsnInteger32
*pSpecificTrapId,AsnTimeticks *pTimeStamp,SnmpVarBindList *pVarBindList);
176
typedef WINBOOL (SNMP_FUNC_TYPE *PFNSNMPEXTENSIONQUERY)(BYTE bPduType,SnmpVarBindList *pVarBindList,
AsnInteger32
*pErrorStatus,
AsnInteger32
*pErrorIndex)
[
all
...]
Completed in 106 milliseconds