Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
493 B

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
iphlpapi\guid.h
Abstract:
Header for guid.c
Revision History:
AmritanR Created
--*/
#ifndef __IPHLPAPI_GUID_H__
#define __IPHLPAPI_GUID_H__
DWORD
ConvertGuidToString(
IN GUID *pGuid,
OUT PWCHAR pwszBuffer
);
DWORD
ConvertStringToGuid(
IN PWCHAR pwszGuid,
IN ULONG ulStringLen,
OUT GUID *pGuid
);
#endif // __IPHLPAPI_GUID_H__