windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/conf/getip.h
2020-09-26 16:20:57 +08:00

11 lines
130 B
C

#ifndef NMCONF_GETIP_H
#define NMCONF_GETIP_H
int __stdcall GetIPAddresses(char **szAddressArray, int numAddresses);
#endif