windows-nt/Source/XPSP1/NT/net/rras/ipx/snmp/svccache.h

12 lines
142 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _SNMP_SVCCACHE_
#define _SNMP_SVCCACHE_
DWORD
GetNextServiceSorted (
USHORT type,
PUCHAR name,
PIPX_SERVICE *pSvp
);
#endif