windows-nt/Source/XPSP1/NT/base/cluster/resdll/ipaddr/util.h
2020-09-26 16:20:57 +08:00

27 lines
286 B
C

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
util.h
Abstract:
Utility functions for IP Address resource.
Author:
Mike Massa (mikemas) 29-Dec-1995
Revision History:
--*/
BOOLEAN
UnicodeInetAddr(
PWCHAR AddressString,
PULONG Address
);