2025-04-27 07:49:33 -04:00

27 lines
312 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
);