windows-nt/Source/XPSP1/NT/net/rras/ipx/snmp/svccache.h
2020-09-26 16:20:57 +08:00

12 lines
142 B
C

#ifndef _SNMP_SVCCACHE_
#define _SNMP_SVCCACHE_
DWORD
GetNextServiceSorted (
USHORT type,
PUCHAR name,
PIPX_SERVICE *pSvp
);
#endif