27 lines
286 B
C
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
|
||
|
);
|
||
|
|